Int64List asInt64List(
[int offsetInBytes = 0,
int length]
)

Creates a new Int64List view of this buffer.

Source

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