country method

IBANBuilder country(
  1. Country country
)

Implementation

IBANBuilder country(Country country) {
  _countryValue = country;
  return this;
}