isNotFound property
bool
get
isNotFound
Whether the status code represents a 404 Not Found error.
Implementation
bool get isNotFound => statusCode == 404;
Whether the status code represents a 404 Not Found error.
bool get isNotFound => statusCode == 404;