FindItem constructor
FindItem(
- String pathTo,
- 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);