HomeAttributesCollection constructor

HomeAttributesCollection({
  1. int? id,
  2. String? label,
})

Implementation

HomeAttributesCollection({this.id, this.label});