notfound property
bool
get
notfound
Returns true if appname was not found in any path.
Implementation
bool get notfound => !_found;
Returns true if appname was not found in any path.
bool get notfound => !_found;