menu
Flutter
sync_http.dart
SyncHttpClientRequest
hasBody property
hasBody
dark_mode
light_mode
hasBody
property
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
Cookies management controls