SolarYear.fromYear constructor

SolarYear.fromYear(
  1. int year
)

Implementation

SolarYear.fromYear(int year) {
  _year = year;
}