MkConstructs constructor

const MkConstructs({
  1. required bool attention,
  2. required bool autolink,
  3. required bool blockQuote,
  4. required bool characterEscape,
  5. required bool characterReference,
  6. required bool codeIndented,
  7. required bool codeFenced,
  8. required bool codeText,
  9. required bool definition,
  10. required bool frontmatter,
  11. required bool gfmAutolinkLiteral,
  12. required bool gfmFootnoteDefinition,
  13. required bool gfmLabelStartFootnote,
  14. required bool gfmStrikethrough,
  15. required bool gfmTable,
  16. required bool gfmTaskListItem,
  17. required bool hardBreakEscape,
  18. required bool hardBreakTrailing,
  19. required bool headingAtx,
  20. required bool headingSetext,
  21. required bool htmlFlow,
  22. required bool htmlText,
  23. required bool labelStartImage,
  24. required bool labelStartLink,
  25. required bool labelEnd,
  26. required bool listItem,
  27. required bool mathFlow,
  28. required bool mathText,
  29. required bool mdxEsm,
  30. required bool mdxExpressionFlow,
  31. required bool mdxExpressionText,
  32. required bool mdxJsxFlow,
  33. required bool mdxJsxText,
  34. required bool thematicBreak,
})

Implementation

const factory MkConstructs({
  required bool attention,
  required bool autolink,
  required bool blockQuote,
  required bool characterEscape,
  required bool characterReference,
  required bool codeIndented,
  required bool codeFenced,
  required bool codeText,
  required bool definition,
  required bool frontmatter,
  required bool gfmAutolinkLiteral,
  required bool gfmFootnoteDefinition,
  required bool gfmLabelStartFootnote,
  required bool gfmStrikethrough,
  required bool gfmTable,
  required bool gfmTaskListItem,
  required bool hardBreakEscape,
  required bool hardBreakTrailing,
  required bool headingAtx,
  required bool headingSetext,
  required bool htmlFlow,
  required bool htmlText,
  required bool labelStartImage,
  required bool labelStartLink,
  required bool labelEnd,
  required bool listItem,
  required bool mathFlow,
  required bool mathText,
  required bool mdxEsm,
  required bool mdxExpressionFlow,
  required bool mdxExpressionText,
  required bool mdxJsxFlow,
  required bool mdxJsxText,
  required bool thematicBreak,
}) = _MkConstructs;