KeyMetadata constructor
const
KeyMetadata({
- int? headerLevel,
- DividerMeta? divider,
- CalloutMeta? callout,
- CodeBlockMeta? codeBlock,
- ListMeta? listMeta,
- TableMeta? tableMeta,
- EmphasisMeta? emphasis,
- XmlMeta? xmlMeta,
- YamlMeta? yamlMeta,
- JsonMeta? jsonMeta,
- WhitespaceMeta? whitespace,
- Map<
String, KeyMetadata> ? children,
Creates a KeyMetadata instance.
Implementation
const KeyMetadata({
this.headerLevel,
this.divider,
this.callout,
this.codeBlock,
this.listMeta,
this.tableMeta,
this.emphasis,
this.xmlMeta,
this.yamlMeta,
this.jsonMeta,
this.whitespace,
this.children,
});