UnrecognizedRichTextLeaf constructor

UnrecognizedRichTextLeaf(
  1. String type,
  2. JSONMap data
)

Implementation

UnrecognizedRichTextLeaf(this.type, this.data) {
  print("Unrecognized richtext leaf: $type");
}