AuthenticationState constructor
- @Default(AuthenticationStatus.unauthenticated) AuthenticationStatus status,
- ClientUserEntity? user,
- @Default(<ProfileMenuItem>[]) List<
ProfileMenuItem> commonProfileMenuItems, - @Default(<ProfileMenuItem>[]) List<
ProfileMenuItem> authenticatedProfileMenuItems,
Implementation
factory AuthenticationState({
@Default(AuthenticationStatus.unauthenticated) AuthenticationStatus status,
ClientUserEntity? user,
@Default(<ProfileMenuItem>[]) List<ProfileMenuItem> commonProfileMenuItems,
@Default(<ProfileMenuItem>[])
List<ProfileMenuItem> authenticatedProfileMenuItems,
}) = _AuthenticationState;