isNotFound property

bool get isNotFound

Implementation

bool get isNotFound {
  return response?.statusCode == 404;
}