Uint16List constructor

Uint16List(int length)

Creates a Uint16List of the specified length (in elements), all of whose elements are initially zero.

Implementation

external factory Uint16List(int length);