operator [] method

F operator [](
  1. String key
)

Implementation

F operator [](String key) =>
    _isFallback(key) ? fallbackData : _throwException();