RichTextLeafMarkAnchor.fromJson constructor

RichTextLeafMarkAnchor.fromJson(
  1. JSONMap json
)

Implementation

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