Int16List asInt16List(
[int offsetInBytes = 0,
int length]
)

Creates a new Int16List view of this buffer.

Source

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