getEnvs method

Map<String, String> getEnvs()

Implementation

Map<String, String> getEnvs() => Map.unmodifiable(context.envs);