WorkflowStatus constructor

WorkflowStatus({
  1. required String id,
  2. required String name,
  3. Map<String, dynamic>? properties,
})

Implementation

WorkflowStatus({required this.id, required this.name, this.properties});