PrefetchBundleCampaign constructor
PrefetchBundleCampaign({})
Implementation
PrefetchBundleCampaign({
required this.id,
required this.type,
this.subType,
required this.title,
required this.body,
this.backgroundColor,
this.textColor,
this.actionUrl,
required this.priority,
this.interactiveConfig,
this.assignedVariantId,
required this.inboxEnabled,
});