menu
gpt_markdown package
documentation
plusparse/ast.dart
MdCodeBlock
MdCodeBlock.new const constructor
MdCodeBlock.new const constructor
dark_mode
light_mode
MdCodeBlock
constructor
const
MdCodeBlock
(
{
required
String
language
,
required
String
code
,
required
bool
closed
,
})
Implementation
const MdCodeBlock({ required this.language, required this.code, required this.closed, });
gpt_markdown package
documentation
plusparse/ast
MdCodeBlock
MdCodeBlock.new const constructor
MdCodeBlock class