isAuthenticationError property
bool
get
isAuthenticationError
Check if this is an authentication error
Implementation
bool get isAuthenticationError => code == '401';
Check if this is an authentication error
bool get isAuthenticationError => code == '401';