OtpVerificationModel constructor

OtpVerificationModel({
  1. required String code,
})

Implementation

OtpVerificationModel({required this.code});