notfound property

bool get notfound

Whether the application was not found in any PATH location.

Returns true if paths is empty. This is the inverse of found.

Implementation

bool get notfound => !_found;