The number of times the delayed call should be executed.
Default is 1.
Source
int get repeatCount => _repeatCount;
Source
set repeatCount(int value) { _repeatCount = value; }
The number of times the delayed call should be executed.
Default is 1.
int get repeatCount => _repeatCount;
set repeatCount(int value) { _repeatCount = value; }