Int8List asInt8List(
[int offsetInBytes = 0,
int length]
)

Creates a new Int8List view of this buffer.

Source

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