Astro constructor

Astro({
  1. String? sunrise,
  2. String? sunset,
  3. String? moonrise,
  4. String? moonset,
  5. String? moonPhase,
  6. String? moonIllumination,
})

Implementation

Astro({
  this.sunrise,
  this.sunset,
  this.moonrise,
  this.moonset,
  this.moonPhase,
  this.moonIllumination,
});