asText property
String
get
asText
The part content decoded as UTF-8 text.
Implementation
String get asText => utf8.decode(bytes);
The part content decoded as UTF-8 text.
String get asText => utf8.decode(bytes);