startTime property
Get the start time of the session in milliseconds since epoch.
Returns
The start time of the session in milliseconds since epoch.
Throws
- An exception if it fails.
Implementation
int get startTime {
final OperationResult resultString = objectMethod(
_pointerId,
'DriverBehaviourAnalysis',
'getStartTime',
);
return resultString['result'];
}