isDispatched property

bool isDispatched
final

Returns true if the action was already dispatched. An action cannot be dispatched more than once, which means that you have to create a new action each time.

Note this may be true even if the action has not yet FINISHED dispatching. To check if it has finished, use action.isFinished.

Implementation

final bool isDispatched;