HomelidoPropertyCategory constructor

HomelidoPropertyCategory({
  1. int? id,
  2. String? name,
  3. String? icon,
  4. String? slug,
})

Implementation

HomelidoPropertyCategory({this.id, this.name, this.icon, this.slug});