DeclarativeMdx.fromPageContent constructor
DeclarativeMdx.fromPageContent(
- String content, {
- Customizations? customizations,
Implementation
factory DeclarativeMdx.fromPageContent(
String content, {
Customizations? customizations,
}) => DeclarativeMdx(
DeclarativeMdxConfiguration(page: WorkflowPage(content: content)),
customizations: customizations,
);