menu
gpt_markdown package
documentation
plusparse/ast.dart
MdDocument
MdDocument.new const constructor
MdDocument.new const constructor
dark_mode
light_mode
MdDocument
constructor
const
MdDocument
(
{
required
List
<
MdNode
>
children
,
})
Implementation
const MdDocument({required this.children});
gpt_markdown package
documentation
plusparse/ast
MdDocument
MdDocument.new const constructor
MdDocument class