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