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