hasFinished property
Returns true only if the action finished with no errors. In other words, if the methods before, reduce and after all finished executing without throwing any errors.
Implementation
bool get hasFinished => _status.isFinished;
Returns true only if the action finished with no errors. In other words, if the methods before, reduce and after all finished executing without throwing any errors.
bool get hasFinished => _status.isFinished;