env property

Map<String, String> get env

Environment variables injected into the container.

Read-only view. Use withEnv, withEnvs, and withEnvFile to add entries.

Implementation

Map<String, String> get env => Map.unmodifiable(_env);