Uint64List asUint64List(
[int offsetInBytes = 0,
int length]
)

Creates a new Uint64List view of this buffer.

Source

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