CopyWith$Input$QuotationInput<TRes> constructor

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

Implementation

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