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