CopyWith$Input$ListCalendarListInput<TRes> constructor

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

Implementation

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