moonPhase property

double? moonPhase
getter/setter pair

The phase of the moon.

  • A value of 0 or 1 is a new moon.
  • A value between 0 and 0.25 is a waxing crescent
  • A value of 0.25 is a first quarter moon
  • A value between 0.25 and 0.5 is a waxing gibbous
  • A value of 0.5 is a full moon
  • A value between 0.5 and 0.75 is a waning gibbous
  • A value of 0.75 is a last quarter moon
  • A value between 0.75 and 1 is a waning crescent

Implementation

double? moonPhase;