isStatusNotFound property
bool
get
isStatusNotFound
Returns true
if is 404 status (Not Found).
Implementation
bool get isStatusNotFound => isStatus(404);
Returns true
if is 404 status (Not Found).
bool get isStatusNotFound => isStatus(404);