SolarHolidayStruct constructor

SolarHolidayStruct(
  1. int month,
  2. int day,
  3. int recess,
  4. String holidayName,
)

Implementation

SolarHolidayStruct(this.month, this.day, this.recess, this.holidayName);