decodedText property

String decodedText

The text that was decoded to produce the data.

Implementation

String get decodedText => str.substring(begin, end);