operator [] method

FeatureFlag? operator [](
  1. String key
)

Implementation

FeatureFlag? operator [](String key) => _flags[key];