toAsciiByteList method

Uint8List toAsciiByteList()

Converts this string into a list of ASCII bytes.

Shorthand for asciiEncode.

Implementation

Uint8List toAsciiByteList() => asciiEncode();