NotificationListDto constructor
NotificationListDto({
- int? limit,
- int? offset,
- int? total,
- List<
NotificationDto> ? notifications,
Implementation
NotificationListDto({
this.limit,
this.offset,
this.total,
this.notifications,
});