CopyWith$Input$UpdateGoogleCalendarInput<TRes> constructor

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

Implementation

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