elementAt method

E elementAt(
  1. int index
)

Implementation

E elementAt(int index) => value.elementAt(index);