Sets the country to be the provided code.
code
void selectCountry(IsoCode? code) { country.value = code; option.value ??= WithdrawalOption.values.firstOrNull; }