toUint8List method

Uint8List toUint8List()

Encapsulates a copy of this int List into a Uint8List.

Implementation

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