Dart API Reference
dart:core
String
codeUnitAt
codeUnitAt
method
Returns the 16-bit UTF-16 code unit at the given index.
int
codeUnitAt
(
int
index
)
Returns the 16-bit UTF-16 code unit at the given index.