codeUnits property

List<int> get codeUnits

Codeunits of the ansi-String.

Implementation

List<int> get codeUnits => ansi.codeUnits;