FtpTask<T> class

Task for FTPTaskManager

Constructors

FtpTask({required FutureOr<T> task()})

Properties

hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
true if the task have any result
no setter
isSuccessful bool
true if the task is completed successfully or canceled
no setter
result → T
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Future<void>
run({int retryCount = 1}) Future<void>
runAndGet() Future<T>
toString() String
A string representation of this object.
override

Operators

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