StatusCategory constructor

StatusCategory({
  1. String? self,
  2. int? id,
  3. String? key,
  4. String? colorName,
  5. String? name,
})

Implementation

StatusCategory({this.self, this.id, this.key, this.colorName, this.name});