Returns a list of the UTF-16 code units of the string.
This is a convenient alias for string.codeUnits.
string.codeUnits
List<int> bytes() => this.codeUnits;