Int32List asInt32List(
[int offsetInBytes = 0,
int length]
)

Creates a new Int32List view of this buffer.

Source

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