hasBody property

bool get hasBody

Whether or not the HTTP request has a body.

Implementation

bool get hasBody => _body != null;