NotificareScannable constructor

NotificareScannable({
  1. required String id,
  2. required String name,
  3. required String tag,
  4. required String type,
  5. required NotificareNotification? notification,
})

Implementation

NotificareScannable({
  required this.id,
  required this.name,
  required this.tag,
  required this.type,
  required this.notification,
});