startTime property
Start time of the session in milliseconds since Unix epoch (UTC).
Returns
- The start time in milliseconds since epoch.
Implementation
int get startTime {
final OperationResult resultString = objectMethod(
pointerId,
'DriverBehaviourAnalysis',
'getStartTime',
);
return resultString['result'];
}