getWilayaCode method

String? getWilayaCode()

Returns String object

this method return the code number of the wilaya

Implementation

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