NUIAuthVerifyEmailReq constructor

NUIAuthVerifyEmailReq({
  1. String? code,
  2. required String token,
})

Implementation

NUIAuthVerifyEmailReq({this.code, required this.token});