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