copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$RazorpayInvoiceCreateRequestBodyCopyWith<RazorpayInvoiceCreateRequestBody> get copyWith
inherited

Create a copy of RazorpayInvoiceCreateRequestBody with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$RazorpayInvoiceCreateRequestBodyCopyWith<RazorpayInvoiceCreateRequestBody>
    get copyWith => _$RazorpayInvoiceCreateRequestBodyCopyWithImpl<
            RazorpayInvoiceCreateRequestBody>(
        this as RazorpayInvoiceCreateRequestBody, _$identity);