AppwinInAppMessage constructor
const
AppwinInAppMessage({})
Builds a message. The SDK decodes them for you; this is here for tests and for a host app rendering its own UI.
Implementation
const AppwinInAppMessage({
required this.id,
required this.campaignId,
required this.deliveryId,
required this.channel,
required this.format,
required this.content,
});