followUpAction property
@doc A subsequent action node performed after this action.
Implementation
@$pb.TagNumber(5)
FFActionNode get followUpAction => $_getN(4);
Implementation
@$pb.TagNumber(5)
set followUpAction(FFActionNode value) => $_setField(5, value);