Interval.forHours constructor

Interval.forHours(
  1. int hours
)

Implementation

Interval.forHours(int hours) : this(Duration(hours: hours));