copyWith property

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

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

Implementation

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