trueAction property
@doc The action to be performed if the condition evaluates to true.
Implementation
@$pb.TagNumber(2)
FFActionNode get trueAction => $_getN(1);
Implementation
@$pb.TagNumber(2)
set trueAction(FFActionNode value) => $_setField(2, value);