FindProgress constructor

FindProgress(
  1. String pattern, {
  2. required bool caseSensitive,
  3. required bool recursion,
  4. required bool includeHidden,
  5. required String workingDirectory,
  6. required List<FileSystemEntityType> types,
})

Implementation

FindProgress(
  this.pattern, {
  required this.caseSensitive,
  required this.recursion,
  required this.includeHidden,
  required this.workingDirectory,
  required this.types,
});