forCountry static method

BbanStructure? forCountry(
  1. Country country
)

Implementation

static BbanStructure? forCountry(Country country) {
  return structures[country];
}