ProgressMessage class

Constructors

ProgressMessage({required int index, required int indexLength, required double? progress, required String message})
ProgressMessage.done({String message = 'Done'})
factory
ProgressMessage.preparing({String message = 'Preparing'})
factory
ProgressMessage.progress({required int index, required int indexLength, required double? progress, required String message})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
final
indexLength int
final
message String
final
progress double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? index, int? indexLength, double? progress, String? message}) ProgressMessage
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