codeUnitAt method

int codeUnitAt(
  1. int index
)

Implementation

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