menu
runanywhere package
documentation
adapters/http_client_adapter.dart
HttpClientResponse
isSuccess property
isSuccess property
dark_mode
light_mode
isSuccess
property
bool
get
isSuccess
Implementation
bool get isSuccess => statusCode >= 200 && statusCode < 300;
runanywhere package
documentation
adapters/http_client_adapter
HttpClientResponse
isSuccess property
HttpClientResponse class