notFound property

bool notFound

Convenient interpretation of HTTP status (404)

Implementation

bool get notFound => status == 404;