CopyWith$Input$InvoicingAddressInput<TRes> constructor

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

Implementation

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