WeekHolidayStruct constructor

WeekHolidayStruct(
  1. int month,
  2. int weekAtMonth,
  3. int weekDay,
  4. String holidayName,
)

Implementation

WeekHolidayStruct(
    this.month, this.weekAtMonth, this.weekDay, this.holidayName);