DownloadProgress class
Progress information for model downloads
Constructors
- DownloadProgress.new({required int currentFileIndex, required int totalFiles, required int currentFileProgress, required String currentFileName})
-
const
Properties
- currentFileIndex → int
-
final
- currentFileName → String
-
final
- currentFileProgress → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- overallProgress → int
-
Overall progress across all files (0-100)
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalFiles → 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited