EntityNodeFsMixin mixin

Implemented types
Mixin applications

Properties

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

Methods

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

Operators

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