variables property

  1. @TagNumber(1)
Map<String, String> variables

A map of environment variable names to values.

Implementation

@$pb.TagNumber(1)
$core.Map<$core.String, $core.String> get variables => $_getMap(0);