CopyWith$Input$MonthDaysInput<TRes> constructor

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

Implementation

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