country method
Sets the user's country.
Implementation
DevCycleUserBuilder country(String country) {
_country = country;
return this;
}
Sets the user's country.
DevCycleUserBuilder country(String country) {
_country = country;
return this;
}