properties property

  1. @override
Map<String, dynamic> properties
override

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

Implementation

@override
Map<String, dynamic> get properties => _properties;