Place constructor

const Place({
  1. List<AddressComponent>? addressComponents,
  2. String? adrAddress,
  3. String? 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<PlacePhoto>? photos,
  19. String? placeId,
  20. PlusCode? plusCode,
  21. int? priceLevel,
  22. double? rating,
  23. bool? reservable,
  24. List<PlaceReview>? reviews,
  25. List<PlaceOpeningHours>? secondaryOpeningHours,
  26. bool? servesBeer,
  27. bool? servesBreakfast,
  28. bool? servesBrunch,
  29. bool? servesDinner,
  30. bool? servesLunch,
  31. bool? servesVegetarianFood,
  32. bool? servesWine,
  33. bool? takeout,
  34. List<String>? types,
  35. String? url,
  36. int? userRatingsTotal,
  37. int? utcOffset,
  38. String? vicinity,
  39. String? website,
  40. bool? wheelchairAccessibleEntrance,
})

Implementation

const Place({
  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.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,
});