foundCountries method

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

Message after finding countries

In en, this message translates to: 'Found {count} countries with "United"'

Implementation

@override
String foundCountries(int count) {
  return 'Se encontraron $count paĆ­ses con \"United\"';
}