menu
otium_ecommerce
presentation/login/bloc/login_bloc.dart
LoginEvent
LoginEvent.phoneChanged const constructor
LoginEvent.phoneChanged
dark_mode
light_mode
LoginEvent.phoneChanged
constructor
const
LoginEvent.phoneChanged
(
{
required
String
phone
,
})
Implementation
const factory LoginEvent.phoneChanged({ required String phone, }) = _PhoneChanged;
otium_ecommerce
login_bloc
LoginEvent
LoginEvent.phoneChanged const constructor
LoginEvent class