Dzair class

Constructors

Dzair()

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

getDairat() List<Daira?>?
Returns List of Daira object
getPostCodes() List<PostCode?>?
Returns list of PostCode object
getWilayat() List<Wilaya?>?
Returns List of Wilaya object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchCommuneByName(String communeName, Language language) List<Commune?>?
Returns list of Commune object
searchDairatByName(String diaraName, Language language) List<Daira?>?
Returns list of Diara object
searchWilayatByName(String wilayaName, Language language) List<Wilaya?>?
Returns list of Wilaya object
toString() String
A string representation of this object.
inherited

Operators

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