Input$QuestActionsRecurrenceInput constructor

Input$QuestActionsRecurrenceInput({
  1. bool? enable,
  2. int? cycle,
})

Implementation

factory Input$QuestActionsRecurrenceInput({
  bool? enable,
  int? cycle,
}) =>
    Input$QuestActionsRecurrenceInput._({
      if (enable != null) r'enable': enable,
      if (cycle != null) r'cycle': cycle,
    });