elementAt method

String elementAt (int index)

Implementation

String elementAt(int index) => this[index];