Timings class

Constructors

Timings({String? fajr, String? sunrise, String? dhuhr, String? asr, String? sunset, String? maghrib, String? isha, String? imsak, String? midnight})
Timings.fromJson(Map<String, dynamic> json)

Properties

asr String?
getter/setter pair
dhuhr String?
getter/setter pair
fajr String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imsak String?
getter/setter pair
isha String?
getter/setter pair
maghrib String?
getter/setter pair
midnight String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sunrise String?
getter/setter pair
sunset String?
getter/setter pair

Methods

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

Operators

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