at method

dynamic at(
  1. int index
)

Implementation

at(int index) => _map.values.elementAt(index);