isCompleted property

bool isCompleted

Returns true only if the action has completed executing, either with or without errors. If this is true, the 'after' method already ran.

Implementation

bool get isCompleted => hasFinishedMethodAfter;