variables property

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

A map of environment variable names to values.

Implementation

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