elementAt method

T elementAt(
  1. int index
)

Implementation

T elementAt(int index) => throw UnsupportedError("elementAt in $runtimeType is not allowed");