DebouncerState constructor
const
DebouncerState({})
Constructs a new DebouncerState.
Implementation
const DebouncerState({
required this.isRunning,
required this.isDisposed,
required this.executionCount,
this.lastExecutionTime,
this.remainingTime,
this.remainingMaxWait,
this.isPaused = false,
});