PrayerTime class

Constructors

PrayerTime(String hijri, String date, String imsak, String fajr, String syuruk, String dhuhr, String asr, String maghrib, String isha)

Properties

asr String
getter/setter pair
date String
getter/setter pair
dhuhr String
getter/setter pair
fajr String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hijri String
getter/setter pair
imsak String
getter/setter pair
isha String
getter/setter pair
maghrib String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syuruk String
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

Static Methods

fromJson(Map json) PrayerTime
getListFromJson(Map json) List<PrayerTime>