rootAction property

  1. @TagNumber(2)
FFActionNode get rootAction

@doc The action to be performed when the trigger is activated.

Implementation

@$pb.TagNumber(2)
FFActionNode get rootAction => $_getN(1);
  1. @TagNumber(2)
set rootAction (FFActionNode value)

Implementation

@$pb.TagNumber(2)
set rootAction(FFActionNode value) => $_setField(2, value);