asUint8List method

Uint8List asUint8List()

Implementation

Uint8List asUint8List() {
  return this.buffer.asUint8List(this.offsetInBytes);
}