env property
A list of environment variable definitions to be used when running a step.
The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".
Implementation
@$pb.TagNumber(2)
$core.List<$core.String> get env => $_getList(1);