toUint8List method

Uint8List toUint8List()

Implementation

Uint8List toUint8List() {
  return Uint8List.fromList(this);
}