codeUnitAt method

int codeUnitAt(
  1. int index
)

Implementation

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