Uint8ClampedList asUint8ClampedList(
[int offsetInBytes = 0,
int length]
)

Creates a new Uint8Clamped view of this buffer.

Source

/**
 * Creates a new [Uint8Clamped] view of this buffer.
 */
Uint8ClampedList asUint8ClampedList([int offsetInBytes = 0, int length]);