getSource method
T
getSource()
Returns the underlying source object.
The underlying object that holds the raw property data.
For example:
- A
Map<String, Object>
for in-memory key-value sources - A
Properties
object for Java-style property files - A file, YAML map, or even a shell environment variable map.
Subclasses are expected to access this during lookups.
Implementation
T getSource() => source;