TrackingPixelProjection constructor
TrackingPixelProjection({})
Returns a new TrackingPixelProjection instance.
Implementation
TrackingPixelProjection({
this.name,
required this.id,
required this.userId,
this.inboxId,
this.sentEmailId,
required this.createdAt,
this.recipient,
required this.seen,
this.seenAt,
});