Prediction constructor

Prediction({
  1. String? id,
  2. String? displayName,
  3. String? formattedAddress,
  4. List<AddressComponents>? addressComponents,
})

Implementation

Prediction({
  this.id,
  this.displayName,
  this.formattedAddress,
  this.addressComponents,
});