Which class
Returned from the which funtion to provide the details we discovered about appname.
Constructors
- Which()
Properties
- found → bool
-
Returns true if at least one path was found that contained appname
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- notfound → bool
-
Returns true if appname was not found in any path.
no setter
- path → String?
-
The first path found containing appname
no setter
-
paths
→ List<
String> -
Contains the list of paths that contain appname.
no setter
-
progress
↔ Stream<
String> ? -
The progress used to accumualte the results
If verbose was passed this will contain all
of the verbose output. If you passed a progress
into the which call then this will be the same progress
otherwse a Progress.devNull will be allocated and returned.
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