AuthenticationState.unauthenticated constructor Null safety

const AuthenticationState.unauthenticated()

Create a new AuthenticationState but no user is logged in.

Implementation

const AuthenticationState.unauthenticated()
    : status = AuthenticationStatus.unauthenticated, user = const User.empty();