DeclarativeMdx.fromWorkflow constructor

DeclarativeMdx.fromWorkflow(
  1. Workflow workflow, {
  2. Customizations? customizations,
})

Implementation

factory DeclarativeMdx.fromWorkflow(
  Workflow workflow, {
  Customizations? customizations,
}) => DeclarativeMdx(
  DeclarativeMdxConfiguration(workflow: workflow),
  customizations: customizations,
);