WorkflowOperations constructor

WorkflowOperations({
  1. required bool canDelete,
  2. required bool canEdit,
})

Implementation

WorkflowOperations({required this.canDelete, required this.canEdit});