isNotFound property

bool get isNotFound

Checks if the status code indicates a 'Not Found' error (404).

Implementation

bool get isNotFound => statusCode == 404;