ThreadProjection constructor
ThreadProjection({})
Returns a new ThreadProjection instance.
Implementation
ThreadProjection({
this.name,
required this.id,
this.subject,
required this.userId,
required this.inboxId,
required this.createdAt,
required this.updatedAt,
this.to = const [],
this.bcc = const [],
this.cc = const [],
required this.aliasId,
});