isNotBusy property
bool
get
isNotBusy
Returns true if this != DebounceState.busy and false otherwise.
Implementation
bool get isNotBusy => this != CallbackControllerState.busy;
Returns true if this != DebounceState.busy and false otherwise.
bool get isNotBusy => this != CallbackControllerState.busy;