UploadStreamProgress class

Constructors

UploadStreamProgress({required StreamProgressStatus progressStatus, int loaded = 0, int total = 0, double progress = 0, String? errorMessage, bool isCanceled = false})

Properties

errorMessage String?
final
hashCode int
The hash code for this object.
no setterinherited
isCanceled bool
final
loaded int
final
progress double
final
progressStatus StreamProgressStatus
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