country method

DVCUserBuilder country(
  1. String country
)

Sets the user's country.

Implementation

DVCUserBuilder country(String country) {
  _country = country;
  return this;
}