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