menu
Dart
dart:core
String
codeUnits property
codeUnits
brightness_4
brightness_5
description
codeUnits
property
List
<
int
>
codeUnits
An unmodifiable list of the UTF-16 code units of this string.
Implementation
List<int> get codeUnits;
Dart
dart:core
String
codeUnits property
String class