isAuthenticated property

bool get isAuthenticated

Implementation

bool get isAuthenticated {
  return _authenticated;
}