unescape method
Unescapes HTML entities in the string back to their corresponding characters.
Implementation
String unescape() => HtmlUnescape().convert(this);
Unescapes HTML entities in the string back to their corresponding characters.
String unescape() => HtmlUnescape().convert(this);