getPropertySources method

List<PropertySource> getPropertySources()

Returns all PropertySource instances currently contained in this composite.

This is a snapshot of the current state and modifying it will not affect the internal structure.

Implementation

List<PropertySource> getPropertySources() => _propertySources.toList();