toLatin1ByteList method

Uint8List toLatin1ByteList()

Coverts this string into a list of Latin 1 bytes.

Shorthand for latin1Encode.

Implementation

Uint8List toLatin1ByteList() => latin1Encode();