WorkflowTypeDetail constructor

WorkflowTypeDetail({
  1. required WorkflowTypeConfiguration configuration,
  2. required WorkflowTypeInfo typeInfo,
})

Implementation

WorkflowTypeDetail({
  required this.configuration,
  required this.typeInfo,
});