richTextUrl property

RichTextUrl? richTextUrl

A rich text URL link

Implementation

RichTextUrl? get richTextUrl {
  if (this is RichTextUrl) {
    return this as RichTextUrl;
  }
  return null;
}