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