AdvancedProgressBar class

Constructors

AdvancedProgressBar({int max: 100, int value: 0, int percentage_decimal_places: 2, DateTime started, String actual })

Properties

actual ↔ String
read / write
max ↔ int
read / write
percentage_decimal_places ↔ int
read / write
started ↔ DateTime
read / write
startline ↔ int
read / write
timer ↔ Timer
read / write
value ↔ int
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

kill() AdvancedProgressBar
render() AdvancedProgressBar
update({int value, int max, String actual }) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited