InAppMessageData constructor
InAppMessageData(
- String id,
- String title,
- String body,
- InAppMessageType type,
- double creationDate,
- double expirationDate,
- double receptionDate,
- bool hasBeenSeen,
- List<
ButtonData> buttons,
Implementation
InAppMessageData(this.id, this.title, this.body, this.type, this.creationDate, this.expirationDate, this.receptionDate, this.hasBeenSeen, this.buttons);