isAuthenticated method

VisitorBuilder isAuthenticated(
  1. bool authenticated
)

Implementation

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