Interval.forSeconds constructor

Interval.forSeconds(
  1. int seconds
)

Implementation

Interval.forSeconds(int seconds) : this(Duration(seconds: seconds));