FindItem class

Holds details of a file system entity returned by the find function.

Constructors

FindItem(String pathTo, FileSystemEntityType type)
pathTo is the path to the file system entity type is the type of file system entity.

Properties

hashCode int
The hash code for this object.
no setterinherited
pathTo String
the path to the file system entity
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FileSystemEntityType
type of file system entity
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited