TrackingPixelDto constructor
TrackingPixelDto({})
Returns a new TrackingPixelDto instance.
Implementation
TrackingPixelDto({
required this.id,
required this.seen,
this.recipient,
required this.html,
required this.url,
this.inboxId,
this.sentEmailId,
this.seenAt,
required this.createdAt,
});