isNotFound property
bool
get
isNotFound
Check if the resource was not found (404)
Implementation
bool get isNotFound => statusCode == 404;
Check if the resource was not found (404)
bool get isNotFound => statusCode == 404;