unescape method

String unescape()

Unescapes HTML entities in the string back to their corresponding characters.

Implementation

String unescape() => HtmlUnescape().convert(this);