ActionState<TBlocContext extends BlocstarContextBase> constructor

ActionState<TBlocContext extends BlocstarContextBase>(
  1. bool _busy,
  2. bool _lastActionTimedOut,
  3. Exception? lastActionException,
  4. BlocstarLogicBase<TBlocContext?> _logic,
  5. StackTrace? lastStackTrace,
)

Implementation

ActionState(this._busy, this._lastActionTimedOut, this.lastActionException,
    this._logic, this.lastStackTrace);