condition property

  1. @TagNumber(1)
Condition condition

Defines the condition type and content of the condition for execution.

Implementation

@$pb.TagNumber(1)
$3.Condition get condition => $_getN(0);
  1. @TagNumber(1)
void condition=(Condition v)

Implementation

@$pb.TagNumber(1)
set condition($3.Condition v) { setField(1, v); }