DetailsResult constructor

DetailsResult({
  1. List<AddressComponent>? addressComponents,
  2. String? businessStatus,
  3. String? adrAddress,
  4. String? formattedAddress,
  5. String? formattedPhoneNumber,
  6. String? icon,
  7. String? id,
  8. String? internationalPhoneNumber,
  9. String? name,
  10. String? placeId,
  11. double? rating,
  12. String? reference,
  13. String? scope,
  14. List<String>? types,
  15. String? url,
  16. int? userRatingsTotal,
  17. int? utcOffset,
  18. String? vicinity,
  19. String? website,
  20. int? priceLevel,
  21. bool? permanentlyClosed,
})

Implementation

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