withCountry method

PaymentMethodCardBuilder withCountry(
  1. String? country
)

Implementation

PaymentMethodCardBuilder withCountry(String? country) {
  _country = country;
  return this;
}