processingStart property

double get processingStart

The read-only processingStart property returns the time at which event dispatch started. This is when event handlers are about to be executed.

Implementation

external double get processingStart;