isNotFound property

bool get isNotFound

Check if the resource was not found (404)

Implementation

bool get isNotFound => statusCode == 404;