millisSinceEpoch property

int millisSinceEpoch
final

The timestamp when the event was fired. We use int to save memory.

Implementation

final int millisSinceEpoch = _timeProvider.getMillisSinceEpoch();