RichTextLeafMarkLink.fromJson constructor

RichTextLeafMarkLink.fromJson(
  1. JSONMap json
)

Implementation

factory RichTextLeafMarkLink.fromJson(JSONMap json) => RichTextLeafMarkLink(
      link: Link.fromJson(json["attrs"]),
    );