unescape function

String unescape(
  1. String string
)

Computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.

Implementation

_i2.String unescape(_i2.String string) => _i6.callMethod(
      _self,
      'unescape',
      [string],
    );