CopyWith$Input$DeliveryZonePathInput<TRes> constructor

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

Implementation

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