applyCountry method

void applyCountry(
  1. IsoCode? iso
)

Sets the provided iso for these fields.

Implementation

void applyCountry(IsoCode? iso) {
  paypal.country.value = iso ?? paypal.country.value;
}