AsserestFileAccess class final

An entity of asserting file access for each path and determine it is accessible by listing content or download it for path to directory or files accordingly.

Constructors

AsserestFileAccess.new(String ftpPath, bool success)
Construct a file access property for ftpPath and determine is operated success or not.
factory

Properties

ftpPath UnmodifiableListView<String>
A segment of the path regarding on FTP's root location.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
Determine it can be operated without error.
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.
override