timeStamp property

num timeStamp

Returns the time (in milliseconds) at which the Event was created.

Starting with Chrome 49, returns a high-resolution monotonic time instead of epoch time.

See: developer.mozilla.org/en-US/docs/Web/API/Event/timeStamp

Implementation

external num get timeStamp;