executionCount property

int get executionCount

Total number of times the debounced action has executed.

Implementation

int get executionCount => _executionCount;