ParentFilter constructor

ParentFilter(
  1. Directory? found,
  2. List<String> path
)

Implementation

ParentFilter(this.found, this.path);