CopyWith$Input$InsertCalendarNotificationSettingsNotifInput<TRes> constructor

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

Implementation

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