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