richTextUrl property
A rich text URL link
Implementation
RichTextUrl? get richTextUrl {
if (this is RichTextUrl) {
return this as RichTextUrl;
}
return null;
}
A rich text URL link
RichTextUrl? get richTextUrl {
if (this is RichTextUrl) {
return this as RichTextUrl;
}
return null;
}