decodedText property
String
get
decodedText
The text that was decoded to produce the data.
Implementation
String get decodedText => str.substring(begin, end);
The text that was decoded to produce the data.
String get decodedText => str.substring(begin, end);