isWaiting property

bool isWaiting

Wether the state is in the waiting status

Implementation

bool get isWaiting => status == StateStatus.isWaiting;