String parseHtmlString(String? htmlString) { return parse(parse(htmlString).body!.text).documentElement!.text; }