FileDeletingBuilder.withExcludes constructor
FileDeletingBuilder.withExcludes(})
Implementation
FileDeletingBuilder.withExcludes(
this.inputExtensions, Iterable<String> exclude,
{this.isEnabled = true})
: exclude = exclude.map(Glob.new).toList();