utf8Decoded property

String get utf8Decoded

Converts to string with utf8.decoder.

Implementation

String get utf8Decoded {
  return utf8.decoder.convert(this);
}