timestamp property

int? timestamp
getter/setter pair

The timestamp (in milliseconds since the epoch) associated with this event. For some isolate pause events, the timestamp is from when the isolate was paused. For other events, the timestamp is from when the event was created.

Implementation

int? timestamp;