NotificationDataResponse constructor

NotificationDataResponse({
  1. String? id,
  2. String? billId,
  3. String? title,
  4. String? subtitle,
  5. String? imageUrl,
  6. String? type,
  7. String? param,
  8. String? workFlowName,
  9. String? sessionId,
  10. String? invoiceId,
  11. String? profileId,
})

Implementation

NotificationDataResponse({
  this.id,
  this.billId,
  this.title,
  this.subtitle,
  this.imageUrl,
  this.type,
  this.param,
  this.workFlowName,
  this.sessionId,
  this.invoiceId,
  this.profileId,
});