menu
syncly package
documentation
core/entities/sync_http_response.dart
SyncHttpResponse<T>
isServerError property
isServerError property
dark_mode
light_mode
isServerError
property
bool
get
isServerError
Implementation
bool get isServerError => statusCode >= 500;
syncly package
documentation
core/entities/sync_http_response
SyncHttpResponse<T>
isServerError property
SyncHttpResponse class