Creates a RichText object from JSON.
factory RichText.fromJson(Map<String, dynamic> json) => _$RichTextFromJson(json);