menu
las_app package
documentation
models/authentication/otp_response_model.dart
OtpResponseModel
OtpResponseModel.new constructor
OtpResponseModel.new constructor
dark_mode
light_mode
OtpResponseModel
constructor
OtpResponseModel
(
{
required
bool
success
,
String
?
otpRef
,
String
?
message
,
})
Implementation
OtpResponseModel({required this.success, this.otpRef, this.message});
las_app package
documentation
models/authentication/otp_response_model
OtpResponseModel
OtpResponseModel.new constructor
OtpResponseModel class