ActionState<TBlocContext extends BlocstarContextBase> class
Constructors
-
ActionState(bool _busy, bool _lastActionTimedOut, Exception? lastActionException, BlocstarLogicBase<
TBlocContext?> _logic, StackTrace? lastStackTrace)
Properties
- busy ↔ bool
-
getter/setter pair
- errorOccuredOnLastAction → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastActionException ↔ Exception?
-
getter/setter pair
- lastActionTimedOut ↔ bool
-
getter/setter pair
- lastStackTrace ↔ StackTrace?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearErrors(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onError(
Exception? exception, StackTrace? stackTrace) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited