getWilayaName method

String? getWilayaName()

return String object this method returns the wilaya name

Implementation

String? getWilayaName() {
  return data!['wilaya_name'];
}