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