country method

DevCycleUserBuilder country(
  1. String country
)

Sets the user's country.

Implementation

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