ParseMarkdown constructor
ParseMarkdown({
- String? extra,
- int? client_id,
- FormattedText? text,
Implementation
ParseMarkdown({
super.extra,
super.client_id,
this.text,
});