operator [] method

Flag operator [](
  1. String key
)

Implementation

Flag operator [](String key) {
  return _flags[key] ?? Flag(key, null);
}