isNotFound method

bool isNotFound()

Implementation

bool isNotFound() {
  return statusCode == 404;
}