An unmodifiable list of the UTF-16 code units of this string.
@override List<int> get codeUnits => toString().codeUnits;