MmPushNotification constructor

MmPushNotification({
  1. String? ackId,
  2. String? platform,
  3. String? serverId,
  4. String? deviceId,
  5. String? postId,
  6. String? category,
  7. String? sound,
  8. String? message,
  9. num? badge,
  10. num? contAva,
  11. String? teamId,
  12. String? channelId,
  13. String? rootId,
  14. String? channelName,
  15. String? type,
  16. String? senderId,
  17. String? senderName,
  18. String? overrideUsername,
  19. String? overrideIconUrl,
  20. String? fromWebhook,
  21. String? version,
  22. bool? isIdLoaded,
})

Returns a new MmPushNotification instance.

Implementation

MmPushNotification({
  this.ackId,
  this.platform,
  this.serverId,
  this.deviceId,
  this.postId,
  this.category,
  this.sound,
  this.message,
  this.badge,
  this.contAva,
  this.teamId,
  this.channelId,
  this.rootId,
  this.channelName,
  this.type,
  this.senderId,
  this.senderName,
  this.overrideUsername,
  this.overrideIconUrl,
  this.fromWebhook,
  this.version,
  this.isIdLoaded,
});