Uint16List constructor
Creates a Uint16List of the specified length (in elements), all of whose elements are initially zero.
Implementation
external factory Uint16List(int length);
Creates a Uint16List of the specified length (in elements), all of whose elements are initially zero.
external factory Uint16List(int length);