HomeSubcat constructor

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

Implementation

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