codeUnitAt method

int? codeUnitAt(
  1. int index
)

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

Implementation

int? codeUnitAt(int index) => value?.codeUnitAt(index);