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

description

  1. @Since('3.6')

JSInt16Array.withLength(

  1. int length )

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

Implementation

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