AnalysisAlert constructor
AnalysisAlert({})
Cannot be const due to dynamic field.
Implementation
AnalysisAlert({
required this.alertRuleId,
required this.severity,
required this.timestamp,
required this.condition,
required this.currentValue,
required this.triggered,
this.actionHook,
});