PrefetchBundleInboxEntry constructor
PrefetchBundleInboxEntry({})
Implementation
PrefetchBundleInboxEntry({
required this.id,
required this.title,
required this.body,
this.campaignId,
required this.read,
});