contentText property
The content part of the data URI, as its actual representation.
This string may contain percent escapes.
Implementation
String get contentText => _text.substring(_separatorIndices.last + 1);
The content part of the data URI, as its actual representation.
This string may contain percent escapes.
String get contentText => _text.substring(_separatorIndices.last + 1);