NotificationModel constructor
NotificationModel({
- int? unSeenCount,
- Pagination? pagination,
- List<
EsMessage> ? esMessage,
Implementation
NotificationModel({this.unSeenCount, this.pagination, this.esMessage});