env property
Env
get
env
An interface containing methods to interact with the process environment variables.
Implementation
_i4.Env get env => _i3.getProperty(
this,
'env',
);
An interface containing methods to interact with the process environment variables.
_i4.Env get env => _i3.getProperty(
this,
'env',
);