ServerNotificationData constructor

ServerNotificationData({
  1. required SeverNotificationChangedType type,
  2. required ListResponse<ServerNotificationModel> data,
})

Implementation

ServerNotificationData({
  required this.type,
  required this.data,
});