isValid property
Get flag telling whether the analysis is valid.
Returns
True if the analysis is valid, false otherwise.
Throws
- An exception if it fails.
Implementation
bool get isValid {
final OperationResult resultString = objectMethod(
_pointerId,
'DriverBehaviourAnalysis',
'isValid',
);
return resultString['result'];
}