getName method

String getName()

Returns the name of this property source.

The unique name that identifies this property source. Typically used for logging, debugging, and source resolution order.

Example: "applicationConfig", "systemEnvironment", etc.

Implementation

String getName() => name;