withCountry method

BillingInfoBuilder withCountry(
  1. String country
)

Implementation

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