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