PerformanceInsights constructor

PerformanceInsights(
  1. double? drivingScore,
  2. double? smoothnessRating,
  3. double? speedCompliance,
  4. List<String?>? improvementAreas,
)

Implementation

PerformanceInsights(
    this.drivingScore,
    this.smoothnessRating,
    this.speedCompliance,
    this.improvementAreas,
    );