FtpEntry class abstract

Implementers
Annotations
  • @immutable

Constructors

FtpEntry({required String path, required FtpClient client, FtpEntryInfo? info})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
info FtpEntryInfo?
final
isAbsolute bool
no setter
isDirectory bool
no setter
isFile bool
no setter
name String
no setter
parent FtpDirectory
no setter
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

as<T extends FtpEntry>() → T
copy(String newPath) Future<bool>
create({bool recursive = false}) Future<bool>
delete({bool recursive = false}) Future<bool>
exists() Future<bool>
move(String newPath) Future<FtpEntry>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rename(String newName) Future<FtpEntry>
toString() String
A string representation of this object.
override

Operators

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