CopyWith$Input$FreeBusyCalendarInput<TRes> constructor

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

Implementation

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