SolarSeason.fromYm constructor

SolarSeason.fromYm(
  1. int year,
  2. int month
)

Implementation

SolarSeason.fromYm(int year, int month) {
  _year = year;
  _month = month;
}