countriesCount static method
Gets the total count of countries.
Implementation
static int countriesCount() {
final countries = loadCountries();
return countries.length;
}
Gets the total count of countries.
static int countriesCount() {
final countries = loadCountries();
return countries.length;
}