counter property
int
get
counter
The number of times the cron task has been executed.
Implementation
int get counter => _counter;
The number of times the cron task has been executed.
int get counter => _counter;