FindProgress class
Properties
-
caseSensitive
↔ bool
-
If true then we do a case sensitive match on filenames.
getter/setter pair
-
firstLine
→ String?
-
Returns the first line from the command or
null if no lines where returned
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
includeHidden
↔ bool
-
include hidden files and directories in the search
getter/setter pair
-
pattern
↔ String
-
The glob pattern we are searching for matches on
getter/setter pair
-
recursion
↔ bool
-
recurse into subdirectories
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
types
↔ List<FileSystemEntityType>
-
The list of file system entity types to search file.
getter/setter pair
-
workingDirectory
↔ String
-
The directory to start searching from and below (if recursion is true)
getter/setter pair