isComplete property

bool get isComplete

Whether the phase is of type AsyncComplete.

Implementation

bool get isComplete => this is AsyncComplete;