codeUnitAt method - String class - dart:core library (original) (raw)
codeUnitAt abstract method
int codeUnitAt(
- int index )
Returns the 16-bit UTF-16 code unit at the given index
.
Implementation
int codeUnitAt(int index);
int codeUnitAt(
Returns the 16-bit UTF-16 code unit at the given index
.
int codeUnitAt(int index);