env property

Map<String, String>? env
getter/setter pair

Environment variables.

At most 100 environment variables can be specified and unique. Example: GCP_BUCKET=gs://my-bucket/samples/

Implementation

core.Map<core.String, core.String>? env;