BasicPathAction constructor

BasicPathAction(
  1. String location, {
  2. String pattern = r'**',
  3. List<String> excludes = const [],
  4. List<int> sizes = const [],
  5. List<DateTime> times = const [],
  6. Map<String, String> env = const {},
  7. bool verbose = false,
  8. bool cancelOnError = true,
  9. String os = '',
  10. StatTimeType statTimeType = StatTimeType.modified,
})

Implementation

BasicPathAction(
  super.location, {
  super.pattern,
  super.excludes,
  super.sizes,
  super.times,
  super.env,
  super.verbose,
  super.cancelOnError,
  super.os,
  super.statTimeType,
});