copyWith property
- @JsonKey(includeFromJson: false, includeToJson: false)
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);