copyWith property

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

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

Implementation

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