isComplete property

bool isComplete

Whether the phase is of type AsyncComplete.

Implementation

bool get isComplete => this is AsyncComplete;