envs top-level property Null safety
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;
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[]=
Map<String, String> get envs => Env()._envVars;