toUint8List method

Uint8List toUint8List()

Convert to Uint8List.

Implementation

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