followUpAction property

  1. @TagNumber(5)
FFActionNode get followUpAction

@doc A subsequent action node performed after this action.

Implementation

@$pb.TagNumber(5)
FFActionNode get followUpAction => $_getN(4);
  1. @TagNumber(5)
set followUpAction (FFActionNode value)

Implementation

@$pb.TagNumber(5)
set followUpAction(FFActionNode value) => $_setField(5, value);