copyWith property

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

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

Implementation

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