richTextMarked property

RichTextMarked? richTextMarked

A marked rich text

Implementation

RichTextMarked? get richTextMarked {
  if (this is RichTextMarked) {
    return this as RichTextMarked;
  }
  return null;
}