asciiDecoded property
String
get
asciiDecoded
Converts to string with ascii.decoder
.
Implementation
String get asciiDecoded {
return ascii.decoder.convert(this);
}
Converts to string with ascii.decoder
.
String get asciiDecoded {
return ascii.decoder.convert(this);
}