codeUnits property

  1. @override
List<int> get codeUnits
override

An unmodifiable list of the UTF-16 code units of this string.

Implementation

@override
List<int> get codeUnits => _str.codeUnits;