envs top-level property

Map<String, String> envs

Returns a map of all the environment variables inherited from the parent as well as any changes made by calls to env[]=.

See env[] env[]=

Implementation

Map<String, String> get envs => Env()._envVars;