copyWith property

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

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

Implementation

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