NotificationResponseModel constructor

NotificationResponseModel({
  1. NotificationSeen? data,
  2. int? count,
  3. int? pageSize,
  4. int? currentPage,
  5. int? lastPage,
})

Implementation

NotificationResponseModel({
  this.data,
  this.count,
  this.pageSize,
  this.currentPage,
  this.lastPage,
});