HighLatitudeRule enum

Rules for dealing with Fajr and Isha at places with high latitudes

Inheritance

Constructors

HighLatitudeRule()
const

Values

middle_of_the_night → const HighLatitudeRule

Fajr will never be earlier than the middle of the night, and Isha will never be later than the middle of the night.

seventh_of_the_night → const HighLatitudeRule

Fajr will never be earlier than the beginning of the last seventh of the night, and Isha will never be later than the end of hte first seventh of the night.

twilight_angle → const HighLatitudeRule

Similar to HighLatitudeRule.seventh_of_the_night, but instead of 1/7th, the faction of the night used is fajrAngle / 60 and ishaAngle/60.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<HighLatitudeRule>
A constant List of the values in this enum, in order of their declaration.