contentText 属性

String contentText

数据 URI 的内容部分,作为其实际表示。

此字符串可能包含百分号转义。

实现

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