trueAction property

  1. @TagNumber(2)
FFActionNode get trueAction

@doc The action to be performed if the condition evaluates to true.

Implementation

@$pb.TagNumber(2)
FFActionNode get trueAction => $_getN(1);
  1. @TagNumber(2)
set trueAction (FFActionNode value)

Implementation

@$pb.TagNumber(2)
set trueAction(FFActionNode value) => $_setField(2, value);