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