CopyWith$Input$InsertCalendarDefaultReminderInput<TRes> constructor

CopyWith$Input$InsertCalendarDefaultReminderInput<TRes>(
  1. Input$InsertCalendarDefaultReminderInput instance,
  2. TRes then(
    1. Input$InsertCalendarDefaultReminderInput
    )
)

Implementation

factory CopyWith$Input$InsertCalendarDefaultReminderInput(
  Input$InsertCalendarDefaultReminderInput instance,
  TRes Function(Input$InsertCalendarDefaultReminderInput) then,
) = _CopyWithImpl$Input$InsertCalendarDefaultReminderInput;