getCountry method

Country? getCountry()

Country representation of Bic's country code.

Implementation

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