ConfigurationExtensions extension

Extension methods for configuration classes.

on

Methods

asIterable({bool makePathsRelative = false}) Iterable<MapEntry<String, String>>
Get the enumeration of key value pairs within the Configuration
getConnectionString(String name) String?
Gets the connection string
getRequiredSection(String key) ConfigurationSection
Gets a configuration sub-section with the specified key.