InternalProgress class abstract
Base class for operations that return progress information.
This abstract class provides the foundation for functions that process results incrementally, allowing both streaming and batch processing.
- Implementers
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
-
forEach(
LineAction action) → void - Process each line using the provided action function.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toList(
) → List< String> - Convert all results to a list.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited