RichTextLeafMarkAnchor.fromJson constructor
RichTextLeafMarkAnchor.fromJson(
- JSONMap json
Implementation
factory RichTextLeafMarkAnchor.fromJson(JSONMap json) => RichTextLeafMarkAnchor(
id: json["attrs"]["id"],
);