properties property

Map<String, Object> get properties

Gets a key/value collection that can be used to share data between the ConfigurationBuilder and the registered ConfigurationSources.

Implementation

Map<String, Object> get properties => <String, Object>{};