isWaiting property

bool isWaiting

Return true when query/action is being processed

Implementation

bool get isWaiting => this is WaitingResult;