UploadProgress class

Constructors

UploadProgress({required String $id, required double progress, required int sizeUploaded, required int chunksTotal, required int chunksUploaded})
UploadProgress.fromJson(String source)
factory
UploadProgress.fromMap(Map<String, dynamic> map)
factory

Properties

$id String
final
chunksTotal int
final
chunksUploaded int
final
hashCode int
The hash code for this object.
no setteroverride
progress double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeUploaded int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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