MailVerificationDto constructor

MailVerificationDto({
  1. String? email,
  2. Map<String, dynamic>? attribute,
  3. DateTime? registerTime,
  4. DateTime? verificationTime,
})

Implementation

MailVerificationDto({
  this.email,
  this.attribute,
  this.registerTime,
  this.verificationTime,
});