LocationResult constructor

LocationResult({
  1. LatLng? latLng,
})

Implementation

LocationResult({
  this.latLng,
  // this.address,
  // this.placeId,
});