DirectoryTreeOptions constructor

DirectoryTreeOptions({
  1. bool normalizePath = false,
  2. List<RegExp>? exclude,
  3. List<String> extensions = const [],
  4. List<Object> attributes = const [],
})

Implementation

DirectoryTreeOptions({
  this.normalizePath = false,
  this.exclude,
  this.extensions = const [],
  this.attributes = const [],
});