RichTextIcon.fromJson constructor
Parse from a json
Implementation
factory RichTextIcon.fromJson(Map<String, dynamic> json) => RichTextIcon(
document: Document.fromJson(json['document']),
width: json['width'],
height: json['height'],
);