FTPEntry class

Constructors

FTPEntry.parse(String responseLine, ListCommand cmd)
factory

Properties

additionalProperties Map<String, String>?
final
gid int?
final
group String?
final
hashCode int
The hash code for this object.
no setterinherited
mode String?
final
modifyTime DateTime?
final
name String
final
owner String?
final
permission String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
final
type FTPEntryType
final
uid int?
final
unique String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Properties

regexpLIST RegExp
final
regexpLISTSiiServers RegExp
final