CopyWith$Variables$Query$findPredefinedQuestsByTargetWithRepeatDate<TRes> constructor

CopyWith$Variables$Query$findPredefinedQuestsByTargetWithRepeatDate<TRes>(
  1. Variables$Query$findPredefinedQuestsByTargetWithRepeatDate instance,
  2. TRes then(
    1. Variables$Query$findPredefinedQuestsByTargetWithRepeatDate
    )
)

Implementation

factory CopyWith$Variables$Query$findPredefinedQuestsByTargetWithRepeatDate(
  Variables$Query$findPredefinedQuestsByTargetWithRepeatDate instance,
  TRes Function(Variables$Query$findPredefinedQuestsByTargetWithRepeatDate)
      then,
) = _CopyWithImpl$Variables$Query$findPredefinedQuestsByTargetWithRepeatDate;