AsserestFtpProperty class

A property to define assertion on FTP protocol.

Properties

accessible bool
Determine it is accessible before timeout.
final
fileAccess → UniqueList<AsserestFileAccess>?
Optional field for accessible configuration that determine each path given can be operated normally.
final
hashCode int
The hash code for this object.
no setterinherited
password String?
Password of username for granted access.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
security → SecurityType
Define SecurityType for accessing FTP server.
final
timeout Duration
Define Duration that url must be established entire connection in this windows. Otherwise, it counts as inaccessible.
final
tryCount int?
Count of retrying connection.
final
url Uri
The Uri.host of testing url.
final
username String
Username of accessing FTP server.
final

Methods

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

Operators

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