properties property
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>{};
Gets a key/value collection that can be used to share data between the ConfigurationBuilder and the registered ConfigurationSources.
Map<String, Object> get properties => <String, Object>{};