menu
lunar package
documentation
calendar/SolarYear.dart
SolarYear
next method
next method
dark_mode
light_mode
next
method
SolarYear
next
(
int
years
)
Implementation
SolarYear next(int years) => SolarYear.fromYear(_year + years);
lunar package
documentation
calendar/SolarYear
SolarYear
next method
SolarYear class