codeUnitAt method

int? codeUnitAt(
  1. int index
)
inherited

Returns the code unit at the specified index.

Implementation

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