body property

String body

Implementation

String get body {
  if (_body.isEmpty) return 'BROKEN_BODY';
  return utf8.decode(_body);
}