PlaceDetails constructor
PlaceDetails({
- String? adrAddress,
- required String name,
- required String placeId,
- num? utcOffset,
- String? id,
- String? internationalPhoneNumber,
- List<
AddressComponent> addressComponents = const [], - List<
Photo> photos = const [], - List<
String> types = const [], - List<
Review> reviews = const [], - String? formattedAddress,
- String? formattedPhoneNumber,
- String? reference,
- String? icon,
- num? rating,
- OpeningHoursDetail? openingHours,
- PriceLevel? priceLevel,
- String? scope,
- String? url,
- String? vicinity,
- String? website,
- Geometry? geometry,
- String? businessStatus,
- bool? curbsidePickup,
- bool? delivery,
- bool? dineIn,
- PlaceEditorialSummary? editorialSummary,
- String? iconBackgroundColor,
- String? iconMaskBaseUri,
- PlusCode? plusCode,
- bool? reservable,
- bool? servesBeer,
- bool? servesBreakfast,
- bool? servesBrunch,
- bool? servesDinner,
- bool? servesLunch,
- bool? servesVegetarianFood,
- bool? servesWine,
- bool? takeout,
- int? userRatingsTotal,
- bool? wheelChairAccessibleEntrance,
Implementation
PlaceDetails({
this.adrAddress,
required this.name,
required this.placeId,
this.utcOffset,
this.id,
this.internationalPhoneNumber,
this.addressComponents = const [],
this.photos = const [],
this.types = const [],
this.reviews = const [],
this.formattedAddress,
this.formattedPhoneNumber,
this.reference,
this.icon,
this.rating,
this.openingHours,
this.priceLevel,
this.scope,
this.url,
this.vicinity,
this.website,
this.geometry,
this.businessStatus,
this.curbsidePickup,
this.delivery,
this.dineIn,
this.editorialSummary,
this.iconBackgroundColor,
this.iconMaskBaseUri,
this.plusCode,
this.reservable,
this.servesBeer,
this.servesBreakfast,
this.servesBrunch,
this.servesDinner,
this.servesLunch,
this.servesVegetarianFood,
this.servesWine,
this.takeout,
this.userRatingsTotal,
this.wheelChairAccessibleEntrance,
});