Dart
dart:core
String
codeUnits property
codeUnits
String class
Constructors
fromCharCode
fromCharCodes
fromEnvironment
Properties
codeUnits
hashCode
isEmpty
isNotEmpty
length
runes
runtimeType
Methods
codeUnitAt
contains
endsWith
indexOf
lastIndexOf
padLeft
padRight
replaceAll
replaceAllMapped
replaceFirst
replaceFirstMapped
replaceRange
split
splitMapJoin
startsWith
substring
toLowerCase
toUpperCase
trim
trimLeft
trimRight
allMatches
compareTo
matchAsPrefix
noSuchMethod
toString
Operators
operator *
operator +
operator ==
operator []
codeUnits property
List
<
int
>
codeUnits
Returns an unmodifiable list of the UTF-16 code units of this string.
Implementation
List<int> get codeUnits;