JSInt8Array.withLength constructor - JSInt8Array - dart:js_interop library (original) (raw)

description

  1. @Since('3.6')

JSInt8Array.withLength(

  1. int length )

Creates a JavaScript Int8Array of size length whose elements are initialized to 0.

Implementation

@Since('3.6')
external JSInt8Array.withLength(int length);