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