FileUploadProgress class
Constructors
- FileUploadProgress({required int totalFiles, required int imageCount, required int fileCount, int completedCount = 0})
Properties
- completedCount → int
-
final
- fileCount → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageCount → int
-
final
- loadingText → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalFiles → int
-
final
Methods
-
copyWith(
{int? totalFiles, int? imageCount, int? fileCount, int? completedCount}) → FileUploadProgress -
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