Result constructor
Result({
- List<
AddressComponent> ? addressComponents, - String? adrAddress,
- String? businessStatus,
- bool? curbsidePickup,
- CurrentOpeningHours? currentOpeningHours,
- bool? delivery,
- bool? dineIn,
- String? formattedAddress,
- String? formattedPhoneNumber,
- Geometry? geometry,
- String? icon,
- String? iconBackgroundColor,
- String? iconMaskBaseUri,
- String? internationalPhoneNumber,
- String? name,
- OpeningHours? openingHours,
- List<
Photo> ? photos, - String? placeId,
- PlusCode? plusCode,
- int? priceLevel,
- double? rating,
- String? reference,
- bool? reservable,
- List<
Review> ? reviews,
Creates a Result instance with all place details.
Implementation
Result({
this.addressComponents,
this.adrAddress,
this.businessStatus,
this.curbsidePickup,
this.currentOpeningHours,
this.delivery,
this.dineIn,
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.reference,
this.reservable,
this.reviews,
});