isWaiting property

bool isWaiting

Whether the phase is of type AsyncWaiting.

Implementation

bool get isWaiting => this is AsyncWaiting;