HomeAttributes constructor

HomeAttributes({
  1. int? id,
  2. String? name,
  3. String? description,
  4. HomeAttributesCollection? collection,
  5. String? thumbnailUrl,
})

Implementation

HomeAttributes({
  this.id,
  this.name,
  this.description,
  this.collection,
  this.thumbnailUrl,
});