getInfoGeo method
Implementation
String getInfoGeo() {
return '${getMunicipality().getName()} - ${getMunicipality().getDeparment().getName()} - Colombia';
}
String getInfoGeo() {
return '${getMunicipality().getName()} - ${getMunicipality().getDeparment().getName()} - Colombia';
}