isForbidden property

bool get isForbidden

Implementation

bool get isForbidden {
  return response?.statusCode == 403;
}