RichTextLeafText.fromJson constructor
RichTextLeafText.fromJson(
- JSONMap json
Implementation
factory RichTextLeafText.fromJson(JSONMap json) => RichTextLeafText(
text: json["text"],
marks: RichTextLeafMarkable.marksFromJson(json),
);