StatusCategory constructor

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

Implementation

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