isIdle property

bool get isIdle

Query is disabled via HopeOptions.enabled = false.

Implementation

bool get isIdle => _status == HopeStatus.idle;