menu
voyage package
documentation
model/insights/safety_insights.dart
SafetyInsights
SafetyInsights.new constructor
SafetyInsights.new constructor
dark_mode
light_mode
SafetyInsights
constructor
SafetyInsights
(
double
?
riskScore
,
int
?
interventionCount
,
List
<
String
?
>
?
criticalEvents
,
List
<
String
?
>
?
safetyTips
,
)
Implementation
SafetyInsights( this.riskScore, this.interventionCount, this.criticalEvents, this.safetyTips, );
voyage package
documentation
model/insights/safety_insights
SafetyInsights
SafetyInsights.new constructor
SafetyInsights class