ignoredStopSignsScore property
double
get
ignoredStopSignsScore
Risk score for instances where stop signs were ignored.
Returns
- A double in
[0, 100], or -1 if unavailable.
Implementation
double get ignoredStopSignsScore {
final OperationResult resultString = objectMethod(
pointerId,
'DrivingScores',
'getIgnoredStopSignsScore',
);
return resultString['result'];
}