CopyWith$Input$QuotationUpdateInput<TRes> constructor

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

Implementation

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