CopyWith$Input$GoogleCalendarEventStartEndInput<TRes> constructor

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

Implementation

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