WhichSearch class
Search resutls from the which method.
Constructors
- WhichSearch.found(String path, String? exePath)
- the app was found on the path.
- WhichSearch.notfound(String path)
- the app was not found.
Properties
- exePath ↔ String?
-
If the app was found this is the fully qualified path to the app.
getter/setter pair
- found ↔ bool
-
true if the app was found
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- path ↔ String
-
passed in path to search for.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited