PickResult constructor
PickResult({
- String? placeId,
- Geometry? geometry,
- String? formattedAddress,
- List<
String> ? types, - List<
AddressComponent> ? addressComponents, - String? adrAddress,
- String? formattedPhoneNumber,
- String? id,
- String? reference,
- String? icon,
- String? name,
- OpeningHoursDetail? openingHours,
- List<
Photo> ? photos, - String? internationalPhoneNumber,
- PriceLevel? priceLevel,
- num? rating,
- String? scope,
- String? url,
- String? vicinity,
- num? utcOffset,
- String? website,
- 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,
});