asciiDecoded property

String get asciiDecoded

Converts to string with ascii.decoder.

Implementation

String get asciiDecoded {
  return ascii.decoder.convert(this);
}