getAt method

dynamic getAt(
  1. int index
)

getAt

Implementation

dynamic getAt(int index) => box().getAt(index);