SunTimes class

Times for different solar events like sunrise and sunset

Constructors

SunTimes({DateTime? solarNoon, DateTime? nadir})

Properties

custom Map<String, DateTime?>
getter/setter pair
dawn DateTime?
getter/setter pair
dusk DateTime?
getter/setter pair
goldenHour DateTime?
getter/setter pair
goldenHourEnd DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nadir DateTime?
final
nauticalDawn DateTime?
getter/setter pair
nauticalDusk DateTime?
getter/setter pair
night DateTime?
getter/setter pair
nightEnd DateTime?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
solarNoon DateTime?
final
sunrise DateTime?
getter/setter pair
sunriseEnd DateTime?
getter/setter pair
sunset DateTime?
getter/setter pair
sunsetStart DateTime?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited