hasBody property
bool
get
hasBody
Whether or not the HTTP request has a body.
Implementation
bool get hasBody => _body != null;
Whether or not the HTTP request has a body.
bool get hasBody => _body != null;