AsyncStateLoading<T> class
Represents the loading state.
An asynchronous cell is in this state when the Future held in it is still pending.
- Inheritance
-
- Object
- AsyncState<
T> - AsyncStateLoading
Constructors
- AsyncStateLoading([T? lastValue])
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isData → bool
-
Is this a data state?
no setterinherited
- isError → bool
-
Is this an error state?
no setterinherited
- isLoading → bool
-
Is this a pending asynchronous value state?
no setteroverride
- lastValue → T?
-
The last value to which the Future completed or null if none.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override