NotificationGroup constructor
NotificationGroup({
- required int id,
- NotificationGroupType? type,
- required int chatId,
- required int totalCount,
- required List<
Notification> notifications,
Implementation
NotificationGroup({
required this.id,
this.type,
required this.chatId,
required this.totalCount,
required this.notifications,
});