CopyWith$Input$SaleDeliveryNoteInput<TRes> constructor

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

Implementation

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