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