WhichSearch.notfound constructor

WhichSearch.notfound(
  1. 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;