PrayerAdjustments class

Adjustment value for prayer times, in minutes These values are added (or subtracted) from the prayer time that is calculated before returning the result times.

Constructors

PrayerAdjustments({int fajr = 0, int sunrise = 0, int dhuhr = 0, int asr = 0, int maghrib = 0, int isha = 0})
Gets a PrayerAdjustments object to offset prayer times fajr offset from fajr in minutes sunrise offset from sunrise in minutes dhuhr offset from dhuhr in minutes asr offset from asr in minutes maghrib offset from maghrib in minutes isha offset from isha in minutes

Properties

asr int
Asr offset in minutes
getter/setter pair
dhuhr int
Dhuhr offset in minutes
getter/setter pair
fajr int
Fajr offset in minutes
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isha int
Isha offset in minutes
getter/setter pair
maghrib int
Maghrib offset in minutes
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sunrise int
Sunrise offset in minutes
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