Float64List asFloat64List(
[int offsetInBytes = 0,
int length]
)

Creates a new Float64List view of this buffer.

Source

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