HomelidoPropertyInfo constructor

HomelidoPropertyInfo({
  1. int? id,
  2. String? title,
  3. String? image,
  4. String? address,
  5. double? price,
  6. double? salePrice,
  7. int? bed,
  8. int? bedrooms,
  9. int? area,
  10. String? areaUnit,
  11. int? bathroom,
  12. String? currency,
  13. String? availableFrom,
  14. int? propertyType,
  15. String? content,
  16. String? bannerImage,
  17. double? lat,
  18. double? lng,
  19. int? isFeatured,
  20. List<String>? gallery,
  21. String? video,
  22. int? square,
  23. int? garages,
  24. String? deposit,
  25. String? poolSize,
  26. String? status,
  27. int? defaultState,
  28. int? view,
  29. String? recentView,
  30. int? isSold,
  31. int? placeId,
  32. String? adLanguageCode,
  33. String? energyLabel,
  34. String? energyPictureUrl,
  35. int? energyId,
  36. String? qrCode,
  37. int? isFeaturedUntil,
  38. int? isPublishedUntil,
  39. Owner? owner,
  40. Category? category,
  41. String? logoAgency,
  42. String? countryCode,
  43. String? countryName,
  44. int? timeSlide,
})

Implementation

HomelidoPropertyInfo(
    {this.id,
    this.title,
    this.image,
    this.address,
    this.price,
    this.salePrice,
    this.bed,
    this.bedrooms,
    this.area,
    this.areaUnit,
    this.bathroom,
    this.currency,
    this.availableFrom,
    this.propertyType,
    this.content,
    this.bannerImage,
    this.lat,
    this.lng,
    this.isFeatured,
    this.gallery,
    this.video,
    this.square,
    this.garages,
    this.deposit,
    this.poolSize,
    this.status,
    this.defaultState,
    this.view,
    this.recentView,
    this.isSold,
    this.placeId,
    this.adLanguageCode,
    this.energyLabel,
    this.energyPictureUrl,
    this.energyId,
    this.qrCode,
    this.isFeaturedUntil,
    this.isPublishedUntil,
    this.owner,
    this.category,
    this.logoAgency,
    this.countryCode,
    this.countryName,
    this.timeSlide});