Solar({required int solarYear, required int solarMonth, required int solarDay}) { this.solarYear = solarYear; this.solarMonth = solarMonth; this.solarDay = solarDay; }