WorkflowStatusUpdate constructor

WorkflowStatusUpdate({
  1. String? description,
  2. String? id,
  3. required String name,
  4. required WorkflowStatusUpdateStatusCategory statusCategory,
  5. required String statusReference,
})

Implementation

WorkflowStatusUpdate(
    {this.description,
    this.id,
    required this.name,
    required this.statusCategory,
    required this.statusReference});