dart / 2 / dart-core / string / codeunitat.html

codeUnitAt method

int codeUnitAt(
  1. int index
)

Returns the 16-bit UTF-16 code unit at the given index.

Implementation

int codeUnitAt(int index);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-core/String/codeUnitAt.html