operator [] method Null safety

double operator [](
  1. int index
)
inherited

Implementation

N operator [](int index) => _list[index];