ESolatConnector class

Constructors

ESolatConnector()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

duration({required Zone zone, required String datestart, required String dateend}) Future<List<PrayerTime>>
A function that return specific range prayertime days The zone should be a Zone object type. The dateend should have a format 'YYYY-MM-DD'. The datestart should have a format 'YYYY-MM-DD'.
month({required Zone zone}) Future<List<PrayerTime>>
A function that return a list prayertime object This list prayertime object contain the prayertime information for this month The zone should be a Zone object type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
today({required Zone zone}) Future<PrayerTime>
A function that return single prayertime object This prayertime object contain the prayertime information for today The zone should be a Zone object type.
toString() String
A string representation of this object.
inherited
week({required Zone zone}) Future<List<PrayerTime>>
A function that return a list prayertime object This list prayertime object contain the prayertime information for this week The zone should be a Zone object type.
year({required Zone zone}) Future<List<PrayerTime>>
A function that return a list prayertime object This list prayertime object contain the prayertime information for this year The zone should be a Zone object type.

Operators

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