InvalidEntityError class

While looking for a random file, something that was neither a directory or a file was encountered.

Inheritance

Constructors

InvalidEntityError(FileSystemEntity entity)
Create the instance.
const

Properties

entity FileSystemEntity
The entity in question.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Explain the error.
override

Operators

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