isFinished property

bool 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.

Implementation

bool get isFinished => _status.isFinished;