menu
better_networking package
documentation
models/http_request_model.dart
HttpRequestModel
hasBody property
hasBody property
dark_mode
light_mode
hasBody
property
bool
get
hasBody
Implementation
bool get hasBody => hasJsonData || hasTextData || hasFormData;
better_networking package
documentation
models/http_request_model
HttpRequestModel
hasBody property
HttpRequestModel class