configuration property

  1. @override
ConfigurationManager get configuration
override

Gets the set of key/value configuration properties.

This can be mutated by adding more configuration sources, which will update its current view.

Implementation

@override
ConfigurationManager get configuration => _configuration;