copyWith method

Location copyWith({
  1. High? latLng,
})

Implementation

Location copyWith({High? latLng}) {
  return Location(latLng: latLng ?? this.latLng);
}