NotificareSystemNotification constructor

NotificareSystemNotification({
  1. required String id,
  2. required String type,
  3. required Map<String, String?> extra,
})

Implementation

NotificareSystemNotification({
  required this.id,
  required this.type,
  required this.extra,
});