CopyWith$Input$DeliveryZonesInput<TRes> constructor

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

Implementation

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