Notifications constructor

Notifications({
  1. required String link,
  2. required Info info,
})

Implementation

Notifications({
  required this.link,
  required this.info,
});