ServerNotificationData constructor
ServerNotificationData({
- required SeverNotificationChangedType type,
- required ListResponse<
ServerNotificationModel> data,
Implementation
ServerNotificationData({
required this.type,
required this.data,
});