WorkflowId constructor

WorkflowId({
  1. required bool draft,
  2. required String name,
})

Implementation

WorkflowId({required this.draft, required this.name});