SeachPlaceResultDetailModel constructor

SeachPlaceResultDetailModel({
  1. List<AddressComponents>? addressComponents,
  2. String? adrAddress,
  3. String? businessStatus,
  4. String? formattedAddress,
  5. String? formattedPhoneNumber,
  6. DetailGeometry? geometry,
  7. String? icon,
  8. String? iconBackgroundColor,
  9. String? iconMaskBaseUri,
  10. String? internationalPhoneNumber,
  11. String? name,
  12. DetailOpeningHours? openingHours,
  13. List<DetailPhotos>? photos,
  14. String? placeId,
  15. PlusCodeModel? plusCode,
  16. int? priceLevel,
  17. double? rating,
  18. String? reference,
  19. List<Reviews>? reviews,
  20. List<String>? types,
  21. String? url,
  22. int? userRatingsTotal,
  23. int? utcOffset,
  24. String? vicinity,
  25. String? website,
})

Implementation

SeachPlaceResultDetailModel(
    {this.addressComponents,
    this.adrAddress,
    this.businessStatus,
    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.reviews,
    this.types,
    this.url,
    this.userRatingsTotal,
    this.utcOffset,
    this.vicinity,
    this.website});