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