WhichSearch.found constructor

WhichSearch.found(
  1. String path,
  2. String? exePath
)

the app was found on the path.

Implementation

WhichSearch.found(this.path, this.exePath) : found = true;