isNotFound property
bool
get
isNotFound
Checks if the status code indicates a 'Not Found' error (404).
Implementation
bool get isNotFound => statusCode == 404;
Checks if the status code indicates a 'Not Found' error (404).
bool get isNotFound => statusCode == 404;