menu
gpt_markdown package
documentation
plusparse/ast.dart
MdCustomBlock
MdCustomBlock.new const constructor
MdCustomBlock.new const constructor
dark_mode
light_mode
MdCustomBlock
constructor
const
MdCustomBlock
(
{
required
String
type
,
required
String
body
,
Object
?
data
,
bool
closed
=
true
,
})
Implementation
const MdCustomBlock({ required this.type, required this.body, this.data, this.closed = true, });
gpt_markdown package
documentation
plusparse/ast
MdCustomBlock
MdCustomBlock.new const constructor
MdCustomBlock class