video_player
dart:core
String
abstract method codeUnitAt
codeUnitAt
class String
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 []
int
codeUnitAt
(
int
index
)
Returns the 16-bit UTF-16 code unit at the given
index
.
Source
int codeUnitAt(int index);
method codeUnitAt