Interval

data class Interval(val periodMinutes: Int) : TransportSchedule

Interval-based schedule ("every N minutes").

Constructors

Link copied to clipboard
constructor(periodMinutes: Int)

Properties

Link copied to clipboard

Interval in minutes. Must be positive.