isAnonymous method
Sets whether the user is anonymous.
Implementation
DevCycleUserBuilder isAnonymous(bool isAnonymous) {
_isAnonymous = isAnonymous;
return this;
}
Sets whether the user is anonymous.
DevCycleUserBuilder isAnonymous(bool isAnonymous) {
_isAnonymous = isAnonymous;
return this;
}