appendText method
Appends and escapes the given string to this markdown string. @param value Plain text.
Implementation
_i3.MarkdownString appendText(_i2.String value) => _i5.callMethod(
this,
'appendText',
[value],
);
Appends and escapes the given string to this markdown string. @param value Plain text.
_i3.MarkdownString appendText(_i2.String value) => _i5.callMethod(
this,
'appendText',
[value],
);