PrayerTime class

Constructors

PrayerTime({required MonthlyPrayer monthlySchedule, required DailyPrayer todaySchedule, required String? placeLat, required String? placeLong, required String? placeName})

Properties

hashCode int
The hash code for this object.
no setterinherited
monthlySchedule MonthlyPrayer
getter/setter pair
placeLat String?
getter/setter pair
placeLong String?
getter/setter pair
placeName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
todaySchedule DailyPrayer
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