menu
autopilot_api package
documentation
models/api_response.dart
ApiResponse<T>
isUnauthorized property
isUnauthorized property
dark_mode
light_mode
isUnauthorized
property
bool
get
isUnauthorized
Implementation
bool get isUnauthorized => statusCode == 401;
autopilot_api package
documentation
models/api_response
ApiResponse<T>
isUnauthorized property
ApiResponse class