charAt method

String charAt(
  1. int pos
)

Implementation

String charAt(int pos) => surface[pos];