LocalPrediction constructor

LocalPrediction({
  1. String? placeId,
  2. String? formattedAddress,
  3. double? lat,
  4. double? lng,
})

Implementation

LocalPrediction({
  this.placeId,
  this.formattedAddress,
  this.lat,
  this.lng,
});