getUint8List method

Uint8List getUint8List()

Implementation

Uint8List getUint8List() {
  return Uint8List.fromList(_bufferData);
}