executionCount property
int
get
executionCount
Total number of times the debounced action has executed.
Implementation
int get executionCount => _executionCount;
Total number of times the debounced action has executed.
int get executionCount => _executionCount;