UnrecognizedRichTextLeaf constructor
UnrecognizedRichTextLeaf(
- String type,
- JSONMap data
Implementation
UnrecognizedRichTextLeaf(this.type, this.data) {
print("Unrecognized richtext leaf: $type");
}