GeneratorDay constructor

const GeneratorDay(
  1. int ordinal,
  2. int weekday
)

Implementation

const GeneratorDay(this.ordinal, this.weekday);