Uint32List asUint32List(
[int offsetInBytes = 0,
int length]
)

Creates a new Uint32List view of this buffer.

Source

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