customAction property

  1. @TagNumber(6)
FFCustomAction get customAction

Implementation

@$pb.TagNumber(6)
FFCustomAction get customAction => $_getN(5);
  1. @TagNumber(6)
set customAction (FFCustomAction value)

Implementation

@$pb.TagNumber(6)
set customAction(FFCustomAction value) => $_setField(6, value);