OtpEntity constructor

OtpEntity({
  1. int? codeLifetime,
})

Implementation

OtpEntity({
  this.codeLifetime,
});