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