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