operator [] method

  1. @override
String? operator [](
  1. String key
)
override

Gets the value corresponding to a configuration key.

Implementation

@override
String? operator [](String key) =>
    ConfigurationRoot.getConfiguration(_providers, key);