isAuthenticated method
Implementation
VisitorBuilder isAuthenticated(bool authenticated) {
_isAuthenticated = authenticated;
return this;
}
VisitorBuilder isAuthenticated(bool authenticated) {
_isAuthenticated = authenticated;
return this;
}