supportedCountries static method

List<Country> supportedCountries()

Implementation

static List<Country> supportedCountries() {
  return structures.keys.toList();
}