MoonTimes class

Moon rise and set times

Constructors

MoonTimes({required bool alwaysUp, required bool alwaysDown, DateTime? riseDateTime, DateTime? setDateTime})

Properties

alwaysDown bool
final
alwaysUp bool
final
hashCode int
The hash code for this object.
no setterinherited
riseDateTime DateTime?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setDateTime DateTime?
final

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