AliasDto constructor
AliasDto({})
Returns a new AliasDto instance.
Implementation
AliasDto({
required this.id,
required this.emailAddress,
this.maskedEmailAddress,
required this.userId,
required this.inboxId,
this.name,
this.useThreads,
required this.isVerified,
this.createdAt,
this.updatedAt,
});