copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$PaymentElementShippingDetailsCopyWith<PaymentElementShippingDetails> get copyWith
inherited

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

Implementation

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