Status constructor

Status({
  1. int? id,
  2. String? item,
  3. String? value,
  4. String? type,
  5. String? label,
  6. String? entityId,
  7. String? key,
  8. String? group,
  9. String? category,
})

Implementation

Status(
    {this.id, this.item, this.value, this.type, this.label, this.entityId, this.key, this.group, this.category});