CopyEntity class

CopyEntity representation.

Implemented types
Mixed-in types

Constructors

CopyEntity(EntityNode parent, String relative)

Properties

basename ↔ String?
getter/setter pairoverride-getter
fs → FileSystem
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
parent ↔ EntityNode
getter/setter pairoverride-getter
parts → Iterable<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
no setteroverride

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