PlaceDetails constructor

const PlaceDetails({
  1. List<AddressComponent>? addressComponents,
  2. String? adrAddress,
  3. BusinessStatus? businessStatus,
  4. bool? curbsidePickup,
  5. PlaceOpeningHours? currentOpeningHours,
  6. bool? delivery,
  7. bool? dineIn,
  8. PlaceEditorialSummary? editorialSummary,
  9. String? formattedAddress,
  10. String? formattedPhoneNumber,
  11. Geometry? geometry,
  12. String? icon,
  13. String? iconBackgroundColor,
  14. String? iconMaskBaseUri,
  15. String? internationalPhoneNumber,
  16. String? name,
  17. PlaceOpeningHours? openingHours,
  18. List<Photo>? photos,
  19. String? id,
  20. String? placeId,
  21. PlusCode? plusCode,
  22. PriceLevel? priceLevel,
  23. num? rating,
  24. bool? reservable,
  25. List<Review>? reviews,
  26. List<PlaceOpeningHours>? secondaryOpeningHours,
  27. bool? servesBeer,
  28. bool? servesBreakfast,
  29. bool? servesBrunch,
  30. bool? servesDinner,
  31. bool? servesLunch,
  32. bool? servesVegetarianFood,
  33. bool? servesWine,
  34. bool? takeout,
  35. List<String>? types,
  36. String? url,
  37. int? userRatingsTotal,
  38. int? utcOffset,
  39. String? vicinity,
  40. String? website,
  41. bool? wheelchairAccessibleEntrance,
})

Implementation

const PlaceDetails({
  this.addressComponents,
  this.adrAddress,
  this.businessStatus,
  this.curbsidePickup,
  this.currentOpeningHours,
  this.delivery,
  this.dineIn,
  this.editorialSummary,
  this.formattedAddress,
  this.formattedPhoneNumber,
  this.geometry,
  this.icon,
  this.iconBackgroundColor,
  this.iconMaskBaseUri,
  this.internationalPhoneNumber,
  this.name,
  this.openingHours,
  this.photos,
  this.id,
  this.placeId,
  this.plusCode,
  this.priceLevel,
  this.rating,
  this.reservable,
  this.reviews,
  this.secondaryOpeningHours,
  this.servesBeer,
  this.servesBreakfast,
  this.servesBrunch,
  this.servesDinner,
  this.servesLunch,
  this.servesVegetarianFood,
  this.servesWine,
  this.takeout,
  this.types,
  this.url,
  this.userRatingsTotal,
  this.utcOffset,
  this.vicinity,
  this.website,
  this.wheelchairAccessibleEntrance,
});