getCountry method

Country? getCountry()

Implementation

Country? getCountry() {
  return Country.countryByCode(iban_util.getCountryCode(_value));
}