SafetyInsights constructor

SafetyInsights(
  1. double? riskScore,
  2. int? interventionCount,
  3. List<String?>? criticalEvents,
  4. List<String?>? safetyTips,
)

Implementation

SafetyInsights(
    this.riskScore,
    this.interventionCount,
    this.criticalEvents,
    this.safetyTips,
    );