int repeatCount

The number of times the delayed call should be executed.

Default is 1.

Source

int get repeatCount => _repeatCount;
void repeatCount=(int value)

Source

set repeatCount(int value) {
  _repeatCount = value;
}