AppLoading<T> class
Constructors
- AppLoading()
-
const
Properties
Methods
-
map<
U> (U transform(T value)) → AppState< U> -
Transform data value, keep state type
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
R> ({required R loading(), required R data(T data), required R failure(AppError error)}) → R -
Pattern matching
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited