ByDayRule constructor

const ByDayRule(
  1. int weekday, {
  2. int? week,
})

Creates a new BYDAY rule

Implementation

const ByDayRule(this.weekday, {this.week});