isWaiting property

bool get isWaiting

Whether the phase is of type AsyncWaiting.

Implementation

bool get isWaiting => this is AsyncWaiting;