foundInRadius method

  1. @override
String foundInRadius(
  1. int count
)
override

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 'Se encontraron $count ciudades en un radio de 50km de BerlĂ­n';
}