charAt method

int charAt(
  1. int index
)

Implementation

int charAt(int index) => source.codeUnitAt(index);