body property
String
get
body
Written body decoded as UTF-8 string.
Implementation
String get body => utf8.decode(bodyBytes);
Written body decoded as UTF-8 string.
String get body => utf8.decode(bodyBytes);