Parse from a json
factory RichTextAnchor.fromJson(Map<String, dynamic> json) => RichTextAnchor( name: json['name'], );