HijriDate class

HijriDate IS a Sub Class

Properties

dateTime DateTime
DateTime getter dateTime
no setter
day int
int getter day
no setter
dayName String
String getter dayName
no setter
hashCode int
The hash code for this object.
no setterinherited
hijriDate InternalConverter
InternalConverter getter hijriDate
no setter
month int
int getter month
no setter
monthName String
String getter monthName
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekday int
int getter weekday
no setter
westernDate InternalConverter
InternalConverter getter westernDate
no setter
year int
int getter year
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Map method toMap
toString() String
override method toString
override

Operators

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