next method

SolarYear next(
  1. int years
)

Implementation

SolarYear next(int years) => SolarYear.fromYear(_year + years);