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,
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,
});