authenticated property
bool
get
authenticated
helper that hold las authentication status default to false allow you to hide or show content depending on authentication status
Implementation
bool get authenticated => value.authenticated;