NotificationDTO constructor
Implementation
const NotificationDTO({
this.id,
this.tag,
this.type,
this.message,
this.timestamp,
this.deviceId,
this.serialNumber,
this.displayName,
});
const NotificationDTO({
this.id,
this.tag,
this.type,
this.message,
this.timestamp,
this.deviceId,
this.serialNumber,
this.displayName,
});