operator [] method

CallModel operator [](
  1. int i
)

Returns call by its index in list

Implementation

CallModel operator [](int i) => _callItems[i];