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