GeneralPwdSafety constructor

GeneralPwdSafety({
  1. List<PwdReset>? pwdReset,
  2. String? securityEmail,
  3. String? securityPhone,
  4. bool? tipPageHide,
  5. int? verifyCodeRestorePwdType,
})

Implementation

GeneralPwdSafety(
    {this.pwdReset,
      this.securityEmail,
      this.securityPhone,
      this.tipPageHide,
      this.verifyCodeRestorePwdType});