encodeUint8List method

Uint8List encodeUint8List()

Encodes this List to a Uint8List of Uint8.

Implementation

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