outputVariableName property

  1. @TagNumber(27)
String get outputVariableName

@doc The name of the output variable that will be set by this action.

Implementation

@$pb.TagNumber(27)
$core.String get outputVariableName => $_getSZ(26);
  1. @TagNumber(27)
set outputVariableName (String value)

Implementation

@$pb.TagNumber(27)
set outputVariableName($core.String value) => $_setString(26, value);