Progress class
A class that can be used to display progress information to the user.
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
-
cancel(
) → void - Cancel the progress and remove the written line.
-
complete(
[String? update]) → void - End the progress and mark it as a successful completion.
-
fail(
[String? update]) → void - End the progress and mark it as failed.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
String update) → void - Update the progress message.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited