foundInRadius method
Message after finding cities in radius
In en, this message translates to: 'Found {count} cities within 50km of Berlin'
Implementation
@override
String foundInRadius(int count) {
return 'Encontradas $count cidades num raio de 50km de Berlim';
}