InternalProgress class abstract

Base class for functions that return some type of Progres.

Implementers

Constructors

InternalProgress()

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
Abstract method which should be overriden by the derived class to call action for each line in the derived classes perview.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toList() List<String>
Returns the list of lines by calliing forEach.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited