HomelidoProperty constructor

HomelidoProperty({
  1. int? id,
  2. String? title,
  3. String? image,
  4. String? address,
  5. double? price,
  6. double? salePrice,
  7. int? bed,
  8. int? area,
  9. String? areaUnit,
  10. int? bathroom,
  11. String? currency,
  12. String? availableFrom,
  13. int? propertyType,
  14. HomelidoPropertyInfo? homelidoPropertyInfo,
  15. String? countryCode,
  16. String? countryName,
})

Implementation

HomelidoProperty({
  this.id,
  this.title,
  this.image,
  this.address,
  this.price,
  this.salePrice,
  this.bed,
  this.area,
  this.areaUnit,
  this.bathroom,
  this.currency,
  this.availableFrom,
  this.propertyType,
  this.homelidoPropertyInfo,
  this.countryCode,
  this.countryName,
});