isDelaying property

bool get isDelaying

Returns true if this == DebounceState.resetting and false otherwise.

Implementation

bool get isDelaying => this == CallbackControllerState.delaying;