NotificationCustomData constructor

NotificationCustomData({
  1. String? appUrl,
  2. String? scene,
  3. String? targetUrl,
  4. String? businessLogId,
  5. String? pathType,
  6. String? actionType,
  7. int? timestamp,
})

Implementation

NotificationCustomData({
  this.appUrl,
  this.scene,
  this.targetUrl,
  this.businessLogId,
  this.pathType,
  this.actionType,
  this.timestamp,
});