asBytes method

Uint8List asBytes()

Implementation

Uint8List asBytes() {
  return _buffer.buffer.asUint8List(0, _length);
}