isUnauthorized property
bool
get
isUnauthorized
Checks if the request was unauthorized (401).
Implementation
bool get isUnauthorized => statusCode == 401;
Checks if the request was unauthorized (401).
bool get isUnauthorized => statusCode == 401;