AIInsight constructor
AIInsight({})
Implementation
AIInsight({
required this.id,
required this.timestamp,
required this.type,
required this.title,
required this.description,
required this.confidence,
required this.recommendations,
required this.relatedLogs,
});