BounceProjection constructor
BounceProjection({})
Returns a new BounceProjection instance.
Implementation
BounceProjection({
this.id,
required this.sender,
this.subject,
required this.createdAt,
this.bounceType,
this.bounceMta,
});