EventSample.snapshotEvent constructor

EventSample.snapshotEvent(
  1. int timestamp, {
  2. dynamic snapshotAuto = false,
  3. ExtensionEvents? events,
})

Implementation

EventSample.snapshotEvent(
  this.timestamp, {
  snapshotAuto = false,
  ExtensionEvents? events,
})  : isEventGC = false,
      isEventSnapshot = !snapshotAuto,
      isEventSnapshotAuto = snapshotAuto,
      allocationAccumulator = null,
      extensionEvents = events;