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