isUnauthenticatedError property

bool get isUnauthenticatedError

Implementation

bool get isUnauthenticatedError => _statusCode == 401 || _statusCode == 403;