getBbanStructureByCountry function

BbanStructure? getBbanStructureByCountry(
  1. Country country
)

Implementation

BbanStructure? getBbanStructureByCountry(Country country) {
  return BbanStructure.forCountry(country);
}