menu
otium_ecommerce
presentation/otp/bloc/otp_bloc.dart
OtpEvent
OtpEvent.timerTicked const constructor
OtpEvent.timerTicked
dark_mode
light_mode
OtpEvent.timerTicked
constructor
const
OtpEvent.timerTicked
(
{
required
int
duration
,
})
Implementation
const factory OtpEvent.timerTicked({ required int duration, }) = _TimerTicked;
otium_ecommerce
otp_bloc
OtpEvent
OtpEvent.timerTicked const constructor
OtpEvent class