codeUnitAt method

int codeUnitAt(
  1. int index
)

Implementation

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