Hourly constructor

Hourly({
  1. int? minuteOffset,
  2. int? periodicity,
})

Implementation

Hourly({this.minuteOffset, this.periodicity});