Returns a map of all the environment variables inherited from the parent as well as any changes made by calls to env[]=.
env[]=
See env[] env[]=
env[]
Map<String, String> get envs => Env()._envVars;