RichTextReference constructor

RichTextReference(
  1. {required RichText text,
  2. required String anchor_name,
  3. required String url,
  4. int? extra,
  5. int? clientId}
)

A reference to a richTexts object on the same web page

Implementation

RichTextReference