operator [] method Null safety

dynamic operator [] (
  1. int i
)

Implementation

operator [](int i ) => _subscriptions[i];