isUnauthorized property

bool get isUnauthorized

True if unauthorized

Implementation

bool get isUnauthorized => statusCode == 401;