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