Returns true if has body.
true
bool get hasBody { var body = _body; return body != null && body.size > 0; }