menu
supa_architecture package
documentation
blocs/authentication/authentication_bloc.dart
UserAuthenticatedWithSelectedTenantState
UserAuthenticatedWithSelectedTenantState const constructor
UserAuthenticatedWithSelectedTenantState const constructor
dark_mode
light_mode
UserAuthenticatedWithSelectedTenantState
constructor
const
UserAuthenticatedWithSelectedTenantState
(
{
required
AppUser
user
,
required
Tenant
tenant
,
})
Implementation
const UserAuthenticatedWithSelectedTenantState({ required this.user, required this.tenant, });
supa_architecture package
documentation
blocs/authentication/authentication_bloc
UserAuthenticatedWithSelectedTenantState
UserAuthenticatedWithSelectedTenantState const constructor
UserAuthenticatedWithSelectedTenantState class