RichText.empty constructor

RichText.empty()

Implementation

RichText.empty() {
  type = 'empty';
  annotations = Annotations.empty();
  plainText = '';
}