DetailsResult constructor

DetailsResult({
  1. List<AddressComponent>? addressComponents,
  2. String? businessStatus,
  3. String? adrAddress,
  4. String? formattedAddress,
  5. String? formattedPhoneNumber,
  6. Geometry? geometry,
  7. String? icon,
  8. String? id,
  9. String? internationalPhoneNumber,
  10. String? name,
  11. OpeningHours? openingHours,
  12. List<Photo>? photos,
  13. String? placeId,
  14. PlusCode? plusCode,
  15. double? rating,
  16. String? reference,
  17. List<Review>? reviews,
  18. String? scope,
  19. List<String>? types,
  20. String? url,
  21. int? userRatingsTotal,
  22. int? utcOffset,
  23. String? vicinity,
  24. String? website,
  25. int? priceLevel,
  26. bool? permanentlyClosed,
})

Implementation

DetailsResult({
  this.addressComponents,
  this.businessStatus,
  this.adrAddress,
  this.formattedAddress,
  this.formattedPhoneNumber,
  this.geometry,
  this.icon,
  this.id,
  this.internationalPhoneNumber,
  this.name,
  this.openingHours,
  this.photos,
  this.placeId,
  this.plusCode,
  this.rating,
  this.reference,
  this.reviews,
  this.scope,
  this.types,
  this.url,
  this.userRatingsTotal,
  this.utcOffset,
  this.vicinity,
  this.website,
  this.priceLevel,
  this.permanentlyClosed,
});