TransferUpdate class

Constructors

TransferUpdate({required String filename, required String path, required int count, required int total, required bool completed, required bool failed, required bool receiving, required int id, required CancelToken? cancelToken})

Properties

cancelToken → CancelToken?
final
completed bool
final
count int
final
failed bool
final
filename String
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
path String
final
receiving bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int
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