Dart
dart:core
String
codeUnitAt abstract method
codeUnitAt
Dart
dart:core
String
codeUnitAt abstract method
String class
Constructors
fromCharCode
fromCharCodes
fromEnvironment
Properties
codeUnits
hashCode
isEmpty
isNotEmpty
length
runes
runtimeType
Methods
codeUnitAt
compareTo
contains
endsWith
indexOf
lastIndexOf
padLeft
padRight
replaceAll
replaceAllMapped
replaceFirst
replaceFirstMapped
replaceRange
split
splitMapJoin
startsWith
substring
toLowerCase
toUpperCase
trim
trimLeft
trimRight
allMatches
matchAsPrefix
noSuchMethod
toString
Operators
operator *
operator +
operator ==
operator []
description
codeUnitAt
method
int
codeUnitAt
(
int
index
)
Returns the 16-bit UTF-16 code unit at the given
index
.
Implementation
int codeUnitAt(int index);