Place copyWith({ LatLng? latLng, String? title, String? address, }) { return Place( latLng ?? this.latLng, address ?? this.address, title ?? this.title, ); }