FindProgress constructor
FindProgress(})
Create a new find progress tracker.
This constructor initializes the search parameters that will be used when the search is executed via forEach or other methods.
Implementation
FindProgress(
this.pattern, {
required this.caseSensitive,
required this.recursion,
required this.includeHidden,
required this.workingDirectory,
required this.types,
});