Line class

A line is a single line of progress that can be updated and finished.

Constructors

Line({required int key, required Frame frames, required String text})

Properties

cancelled String
no setter
failure String
no setter
hashCode int
The hash code for this object.
no setterinherited
key int
final
loading String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
string String
no setter
success String
no setter
text String
final
wasCancelled bool
no setter
wasFailure bool
no setter
wasSuccessful bool
no setter

Methods

finish(FinisherType type) → void
isDone() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateFrame(String frame) → void

Operators

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