MdElement constructor
const
MdElement({})
Implementation
const MdElement({
required this.type,
this.content = '',
this.attributes = const {},
this.children = const [],
this.level = 0,
});
const MdElement({
required this.type,
this.content = '',
this.attributes = const {},
this.children = const [],
this.level = 0,
});