String contentText

The content part of the data URI, as its actual representation.

This string may contain percent escapes.

Source

String get contentText => _text.substring(_separatorIndices.last + 1);