menu
bug_tracker_application
Features/Authentication/PRESENTATION/Auhentication_bloc/auth_bloc.dart
AuthState
AuthState constructor
AuthState
dark_mode
light_mode
AuthState
constructor
AuthState
(
{
required
String
email
,
required
String
password
,
})
Implementation
AuthState({required this.email, required this.password});
bug_tracker_application
auth_bloc
AuthState
AuthState constructor
AuthState class