WhichSearch.notfound constructor
WhichSearch.notfound(
- String path
Create a failed search result.
Use this constructor when the application was not found in the path directory.
Implementation
WhichSearch.notfound(this.path) : found = false;