DeclarativeMdxConfiguration constructor

DeclarativeMdxConfiguration({
  1. WorkflowPage? page,
  2. Workflow? workflow,
  3. Map<String, dynamic>? workflowJson,
  4. String? workflowJsonString,
  5. String? workflowUrl,
})

Implementation

DeclarativeMdxConfiguration({
  this.page,
  this.workflow,
  this.workflowJson,
  this.workflowJsonString,
  this.workflowUrl,
});