ProgressReporter class abstract
Progress reporting utilities for long-running operations.
Provides consistent progress feedback mechanisms that can be used across different commands.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
reportCompletion(
String operation, [Duration? duration]) → void - Reports successful completion of an operation.
-
reportPhase(
String phase) → void - Reports the start of an operation phase.
-
reportProgress(
String operation, int current, int total) → void - Reports progress with a simple percentage indicator.