copyWithWrapped method
Implementation
DistanceToTracker$Response copyWithWrapped(
{Wrapped<double?>? distanceToTracker}) {
return DistanceToTracker$Response(
distanceToTracker: (distanceToTracker != null
? distanceToTracker.value
: this.distanceToTracker));
}