DCLoadingBar class
A loading bar
Constructors
- DCLoadingBar.new(DCConsole console)
- Creates a loading bar.
Properties
Methods
-
nextPosition(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → void - Starts the Loading Bar
-
stop(
[String? message]) → void -
Stops the Loading Bar with the specified (and optional)
message
. -
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → void - Updates the Loading Bar
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited