env property

Map<String, String>? env
final

The environment variables to run the script in. This map is appended to the one given in the config.

Implementation

final Map<String, String>? env;