terminate property
@doc Demarcates a return statement, ending the action if it reaches this
node. No follow_up_action can be specified in this case.
Implementation
@$pb.TagNumber(4)
FFTerminateAction get terminate => $_getN(3);
Implementation
@$pb.TagNumber(4)
set terminate(FFTerminateAction value) => $_setField(4, value);