NotificationGroup constructor
NotificationGroup({
- String? extra,
- int? client_id,
- int32? id,
- NotificationGroupType? type,
- int53? chat_id,
- int32? total_count,
- vector<
Notification> ? notifications,
Implementation
NotificationGroup({
super.extra,
super.client_id,
this.id,
this.type,
this.chat_id,
this.total_count,
this.notifications,
});