InboxMessage constructor

InboxMessage(
  1. int id,
  2. String campaignId,
  3. TextContent textContent,
  4. bool isClicked,
  5. Media? media,
  6. List<Action> action,
  7. String tag,
  8. String receivedTime,
  9. String expiry,
  10. Map<String, dynamic> payload,
)

InboxMessage Constructor

Implementation

InboxMessage(
    this.id,
    this.campaignId,
    this.textContent,
    this.isClicked,
    this.media,
    this.action,
    this.tag,
    this.receivedTime,
    this.expiry,
    this.payload);