operator [] method

num? operator [](
  1. int index
)

Implementation

num? operator [](int index) => _items[index];