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