codeUnits property - String class - dart:core library (original) (raw)

description

List<int> getcodeUnits

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

Implementation

List<int> get codeUnits;