Dart SDK
dart:core
String
codeUnits
codeUnits
Dart SDK
dart:core
String
codeUnits
property
codeUnits
Dart SDK
dart:core
String
Constructors
fromCharCode
fromCharCodes
fromEnvironment
Properties
codeUnits
hashCode
isEmpty
isNotEmpty
length
runes
runtimeType
Operators
operator *
operator +
operator ==
operator []
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
List
<
int
>
codeUnits
Returns an unmodifiable list of the UTF-16 code units of this string.
Source
List<int> get codeUnits;
Cookies management controls