copyWith property

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

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

Implementation

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