richTextMarked property
A marked rich text
Implementation
RichTextMarked? get richTextMarked {
if (this is RichTextMarked) {
return this as RichTextMarked;
}
return null;
}
A marked rich text
RichTextMarked? get richTextMarked {
if (this is RichTextMarked) {
return this as RichTextMarked;
}
return null;
}