Uint8ClampedList constructor

Uint8ClampedList(int length)

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

Implementation

external factory Uint8ClampedList(int length);