vars property

  1. @JsonKey(readValue: _readVariables)
Map<String, String> vars
final

The environment variables to set when running the script

Implementation

@JsonKey(readValue: _readVariables)
final Map<String, String> vars;