getWilayaCode method

String? getWilayaCode()

return String object this method returns the wilaya code

Implementation

String? getWilayaCode() {
  return data!['wilaya_code'];
}