elementAt method

E elementAt(
  1. int index
)

Implementation

E elementAt(int index) => toIterable()!.elementAt(index);