properties property

Map<String, dynamic> properties

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

Implementation

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