EntityPathMixin 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 setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub String?
no setterinherited
top String
no setterinherited

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.
inherited
type({bool followLinks = true}) Future<FileSystemEntityType>
inherited

Operators

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