WorkflowStatusUpdate constructor
WorkflowStatusUpdate({
- String? description,
- String? id,
- required String name,
- required WorkflowStatusUpdateStatusCategory statusCategory,
- required String statusReference,
Implementation
WorkflowStatusUpdate(
{this.description,
this.id,
required this.name,
required this.statusCategory,
required this.statusReference});