DrivingScores class

Constructors

DrivingScores.init(int id)

Properties

aggregateScore double
Get the aggregate risk score.
no setter
corneringScore double
Get the actual cornering risk score.
no setter
fatigueScore double
Get the actual fatigue risk score.
no setter
harshAccelerationScore double
Get the actual harsh acceleration risk score.
no setter
harshBrakingScore double
Get the actual harsh breaking risk score.
no setter
hashCode int
The hash code for this object.
no setterinherited
ignoredStopSignsScore double
Get the actual ignored stop signs risk score.
no setter
pointerId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedAverageRiskScore double
Get the actual average speed risk score.
no setter
speedVariableRiskScore double
Get the actual speed variation risk score.
no setter
swervingScore double
Get the actual swerving risk score.
no setter
tailgatingScore double
Get the actual tailgating risk score.
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited