NotificationResponseModel constructor
NotificationResponseModel({
- NotificationSeen? data,
- int? count,
- int? pageSize,
- int? currentPage,
- int? lastPage,
Implementation
NotificationResponseModel({
this.data,
this.count,
this.pageSize,
this.currentPage,
this.lastPage,
});