FindItem constructor

FindItem(
  1. String pathTo,
  2. FileSystemEntityType type
)

pathTo is the path to the file system entity type is the type of file system entity.

Implementation

FindItem(this.pathTo, this.type);