InAppMessageData constructor

InAppMessageData(
  1. String id,
  2. String title,
  3. String body,
  4. InAppMessageType type,
  5. double creationDate,
  6. double expirationDate,
  7. double receptionDate,
  8. bool hasBeenSeen,
  9. List<ButtonData> buttons,
)

Implementation

InAppMessageData(this.id, this.title, this.body, this.type, this.creationDate, this.expirationDate, this.receptionDate, this.hasBeenSeen, this.buttons);