condition property

  1. @TagNumber.new(1)
Condition get condition

Condition defining when the execution should be used.

Implementation

@$pb.TagNumber(1)
$6.Condition get condition => $_getN(0);
  1. @TagNumber.new(1)
set condition (Condition value)

Implementation

@$pb.TagNumber(1)
set condition($6.Condition value) => $_setField(1, value);