Flutter
sync.http
SyncHttpClientRequest
hasBody property
hasBody
hasBody
property
Null safety
bool
hasBody
Specifies whether or not the HTTP request has a body.
Implementation
bool get hasBody => _body != null;
Flutter
sync.http
SyncHttpClientRequest
hasBody property
SyncHttpClientRequest class
Properties
contentLength
encoding
hasBody
hashCode
headers
method
runtimeType
uri
Methods
close
noSuchMethod
toString
write
Operators
operator ==