HuaweiPushMessage constructor

const HuaweiPushMessage({
  1. String? messageId,
  2. String? messageType,
  3. String? title,
  4. String? body,
  5. Map<String, dynamic>? data,
  6. String? notificationId,
  7. String? notificationTag,
  8. String? clickAction,
  9. String? channelId,
  10. String? icon,
  11. String? color,
  12. String? sound,
  13. int? timestamp,
})

Implementation

const HuaweiPushMessage({
  this.messageId,
  this.messageType,
  this.title,
  this.body,
  this.data,
  this.notificationId,
  this.notificationTag,
  this.clickAction,
  this.channelId,
  this.icon,
  this.color,
  this.sound,
  this.timestamp,
});