UploadEvent class

Constructors

UploadEvent(UploadState state, int progress)
Returns the new instance of UploadEvent.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
progress int
The upload progress in percent
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state UploadState
The upload state
final

Methods

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

Operators

operator ==(covariant UploadEvent other) bool
The equality operator.
override