Dart
dart:core
String
codeUnits property
codeUnits
description
codeUnits
property
Null safety
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
Constructors
fromCharCode
fromCharCodes
fromEnvironment
Properties
codeUnits
hashCode
isEmpty
isNotEmpty
length
runes
runtimeType
Methods
allMatches
codeUnitAt
compareTo
contains
endsWith
indexOf
lastIndexOf
matchAsPrefix
noSuchMethod
padLeft
padRight
replaceAll
replaceAllMapped
replaceFirst
replaceFirstMapped
replaceRange
split
splitMapJoin
startsWith
substring
toLowerCase
toString
toUpperCase
trim
trimLeft
trimRight
Operators
operator *
operator +
operator ==
operator []