FtpEntryInfo class

Constructors

FtpEntryInfo({required String name, String? modifyTime, String? permissions, int? size, String? unique, String? group, int gid = -1, String? mode, String? owner, int uid = -1, Map<String, String> additional = const {}})

Properties

additional Map<String, String>
final
gid int
final
group String?
final
hashCode int
The hash code for this object.
no setterinherited
mode String?
final
modifyTime String?
final
name String
final
owner String?
final
permissions String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
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