copyWith property

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

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

Implementation

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