Float32x4List asFloat32x4List(
[int offsetInBytes = 0,
int length]
)

Creates a new Float32x4List view of this buffer.

Source

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