operator [] method

String operator [](
  1. int index
)

Implementation

String operator [](int index) => _str[index];