AuthenticationState.unknown constructor Null safety

const AuthenticationState.unknown()

The default state which indicates that the bloc does not yet know whether the current user is authenticated or not.

Implementation

const AuthenticationState.unknown() : this._();