InboxMessage constructor

InboxMessage(
  1. String code,
  2. String? title,
  3. String? imageUrl,
  4. String? message,
  5. String? sendDate,
  6. int? messageType,
  7. String? bannerUrl,
  8. bool? isRead,
  9. Map<String, dynamic>? actionParams,
  10. bool? isActionPerformed,
  11. Map<String, dynamic>? customData,
)

Implementation

InboxMessage(this.code, this.title, this.imageUrl, this.message, this.sendDate, this.messageType, this.bannerUrl, this.isRead, this.actionParams, this.isActionPerformed, this.customData);