AlertDTO constructor
Implementation
const AlertDTO({
this.id,
this.name,
this.level,
this.event,
this.fmi,
this.parameterId,
this.parameter,
this.timestamp,
this.type,
this.isCriticalFault,
this.canRemoteResetFault,
});
const AlertDTO({
this.id,
this.name,
this.level,
this.event,
this.fmi,
this.parameterId,
this.parameter,
this.timestamp,
this.type,
this.isCriticalFault,
this.canRemoteResetFault,
});