isNotFound property

bool get isNotFound

Whether the status code represents a 404 Not Found error.

Implementation

bool get isNotFound => statusCode == 404;