MoonPhaseInfo constructor
const
MoonPhaseInfo({})
Implementation
const MoonPhaseInfo({
required this.phase,
required this.illumination,
required this.age,
required this.nextFullMoon,
required this.nextNewMoon,
required this.arabicName,
required this.englishName,
});