isNotBusy property

bool get isNotBusy

Returns true if this != DebounceState.busy and false otherwise.

Implementation

bool get isNotBusy => this != CallbackControllerState.busy;