isSupportedCountry function

bool isSupportedCountry(
  1. Country country
)

Implementation

bool isSupportedCountry(Country country) {
  return BbanStructure.forCountry(country) != null;
}