charAt method

int charAt([
  1. int? position
])

Implementation

int charAt([int? position]) => source.codeUnitAt(position ?? _position);