TopEntity class

TopEntity representation.

Implemented types
Mixed-in types

Constructors

TopEntity(FileSystem fs, String top)

Properties

basename → String
no setteroverride
fs → FileSystem
final
hashCode → int
The hash code for this object.
no setterinherited
parent → EntityNode?
no setteroverride
parts → List<String>
no setteroverride
path → String
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sub → String
no setteroverride
top → String
final

Methods

asDirectory() → Directory
inherited
asFile() → File
inherited
inherited
child(String basename) → CopyEntity
create a child
inherited
isDirectory() → Future<bool>
inherited
isFile() → Future<bool>
inherited
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override
type({bool followLinks = true}) → Future<FileSystemEntityType>
inherited

Operators

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