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