ActivityIndicatorState class

Constructors

ActivityIndicatorState.active(int tick)
The activity indicator is active.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive bool
Whether the activity indicator is active.
no setter
isFailure bool
Whether the activity indicator is failure.
no setter
isReady bool
Whether the activity indicator is ready.
no setter
isSuccess bool
Whether the activity indicator is success.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tick int
The active tick.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

failure → const ActivityIndicatorState
The activity indicator is failure.
ready → const ActivityIndicatorState
The activity indicator is ready.
success → const ActivityIndicatorState
The activity indicator is success.