PickResult constructor

PickResult({
  1. String? placeId,
  2. Geometry? geometry,
  3. String? formattedAddress,
  4. List<String>? types,
  5. List<AddressComponent>? addressComponents,
  6. String? adrAddress,
  7. String? formattedPhoneNumber,
  8. String? id,
  9. String? reference,
  10. String? icon,
  11. String? name,
  12. OpeningHoursDetail? openingHours,
  13. List<Photo>? photos,
  14. String? internationalPhoneNumber,
  15. PriceLevel? priceLevel,
  16. num? rating,
  17. String? scope,
  18. String? url,
  19. String? vicinity,
  20. num? utcOffset,
  21. String? website,
  22. List<Review>? reviews,
})

Implementation

PickResult({
  this.placeId,
  this.geometry,
  this.formattedAddress,
  this.types,
  this.addressComponents,
  this.adrAddress,
  this.formattedPhoneNumber,
  this.id,
  this.reference,
  this.icon,
  this.name,
  this.openingHours,
  this.photos,
  this.internationalPhoneNumber,
  this.priceLevel,
  this.rating,
  this.scope,
  this.url,
  this.vicinity,
  this.utcOffset,
  this.website,
  this.reviews,
});