NotificationsData constructor

NotificationsData({
  1. required Data data,
})

Implementation

NotificationsData({
  required this.data,
});