getCommuneName method

String? getCommuneName()

return String object this method returns the commune name

Implementation

String? getCommuneName() {
  return data!['commune_name'];
}