FindItem class Null safety

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. [...]
read-only, inherited
pathTo String
the path to the file system entity
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type FileSystemEntityType
type of file system entity
read / write

Methods

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

Operators

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