NotificationContent constructor

NotificationContent({
  1. int? id,
  2. String? userId,
  3. String? title,
  4. int? status,
  5. String? serviceName,
  6. String? body,
  7. int? eventId,
  8. String? createdDate,
})

Implementation

NotificationContent(
    {this.id,
    this.userId,
    this.title,
    this.status,
    this.serviceName,
    this.body,
    this.eventId,
    this.createdDate});