SunTimes constructor

SunTimes({
  1. DateTime? solarNoon,
  2. DateTime? nadir,
})

Implementation

SunTimes({this.solarNoon, this.nadir});