menu
lunar package
documentation
calendar/SolarSeason.dart
SolarSeason
getIndex method
getIndex method
dark_mode
light_mode
getIndex
method
int
getIndex
(
)
Implementation
int getIndex() => (_month * 1.0 / MONTH_COUNT).ceil();
lunar package
documentation
calendar/SolarSeason
SolarSeason
getIndex method
SolarSeason class