encodeUTF8Bytes method

Uint8List encodeUTF8Bytes()

Encodes this String to UTF-8 bytes.

Implementation

Uint8List encodeUTF8Bytes() => Uint8List.fromList(encodeUTF8());