isAuthed property
bool
get
isAuthed
Implementation
bool get isAuthed => this == AppAuthStatus.anonymous || this == AppAuthStatus.loggedIn;
bool get isAuthed => this == AppAuthStatus.anonymous || this == AppAuthStatus.loggedIn;