Float32List asFloat32List(
[int offsetInBytes = 0,
int length]
)

Creates a new Float32List view of this buffer.

Source

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