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
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