toUtf8ByteList method

Uint8List toUtf8ByteList()

Converts this string into a list of UTF-8 code units (bytes).

Shorthand for utf8Encode.

Implementation

Uint8List toUtf8ByteList() => utf8Encode();