unscapeHtml method
Unescapes HTML entities in the string. Returns the unescaped string.
Implementation
String unscapeHtml() {
return HtmlUnescape().convert(this);
}
Unescapes HTML entities in the string. Returns the unescaped string.
String unscapeHtml() {
return HtmlUnescape().convert(this);
}