operator [] method

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

Gets the value corresponding to a configuration key.

Implementation

@override
String? operator [](String key) =>
    _root[ConfigurationPath.combine([path, key])];