RepeatSchedule constructor

const RepeatSchedule(
  1. Duration interval,
  2. bool startNow
)

Implementation

const RepeatSchedule(this.interval, this.startNow);