DrivingSummary constructor
DrivingSummary({})
Implementation
DrivingSummary({
this.distance,
this.trips,
this.duration,
this.safetyScore,
this.braking,
this.fatigue,
this.hardAcceleration,
this.hardTurn,
this.laneChange,
this.speeding,
});