Interval.forSeconds constructor
Interval.forSeconds(
- int seconds
Implementation
Interval.forSeconds(int seconds) : this(Duration(seconds: seconds));
Interval.forSeconds(int seconds) : this(Duration(seconds: seconds));