CopyWith$Input$GoogleCalendarConferencePropertiesInput<TRes> constructor

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

Implementation

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