menu
mon_sms_pro package
documentation
models/core/otp_model.dart
OTPModel
OTPModel.new constructor
OTPModel.new constructor
dark_mode
light_mode
OTPModel
constructor
OTPModel
(
{
required
String
token
,
required
String
phoneNumber
,
required
OTPStatus
status
,
})
Implementation
OTPModel({ required this.token, required this.phoneNumber, required this.status, });
mon_sms_pro package
documentation
models/core/otp_model
OTPModel
OTPModel.new constructor
OTPModel class