AppState<T> class
sealed
Properties
Methods
-
map<
U> (U transform(T value)) → AppState< U> - Transform data value, keep state type
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited