Progress class
Constructors
- Progress(AnsiPen okPen, AnsiPen warningPen, AnsiPen errorPen)
Properties
- errorPen → AnsiPen
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- okPen → AnsiPen
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateShowProgress ← bool
-
no getter
- warningPen → AnsiPen
-
final
Methods
-
cancel(
) → void -
complete(
[String? update]) → void -
fail(
[String? update]) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
String message) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String update) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited