operator [] method
Gets the value corresponding to a configuration key.
Implementation
@override
String? operator [](String key) =>
ConfigurationRoot.getConfiguration(_providers, key);
Gets the value corresponding to a configuration key.
@override
String? operator [](String key) =>
ConfigurationRoot.getConfiguration(_providers, key);