toUint8List method

Uint8List toUint8List()

Converts this byte array to a Uint8List.

Implementation

Uint8List toUint8List() => Uint8List.fromList(_bytes);