Status constructor

Status({
  1. int? id,
  2. String? label,
  3. int? count,
})

Implementation

Status({this.id, this.label, this.count});