menu
hijri_date package
documentation
moon_phases.dart
MoonPhaseCalculator
phaseToNumber static method
phaseToNumber static method
dark_mode
light_mode
phaseToNumber
static method
int
phaseToNumber
(
MoonPhase
phase
)
تحويل طور القمر إلى رقم (0-7)
Implementation
static int phaseToNumber(MoonPhase phase) { return phase.index; }
hijri_date package
documentation
moon_phases
MoonPhaseCalculator
phaseToNumber static method
MoonPhaseCalculator class