currentEnvData property

Map<String, String> get currentEnvData

All key/value pairs loaded for the currently active environment.

Returns an unmodifiable map. Useful for diagnostics, export, or custom tooling that needs to enumerate config values at runtime.

Implementation

static Map<String, String> get currentEnvData =>
    EnvManager.instance.currentEnvData;