asText property

String get asText

The part content decoded as UTF-8 text.

Implementation

String get asText => utf8.decode(bytes);