EventSample constructor

EventSample(
  1. int timestamp,
  2. bool isEventGC,
  3. bool isEventSnapshot,
  4. bool isEventSnapshotAuto,
  5. AllocationAccumulator? allocationAccumulator,
  6. ExtensionEvents? extensionEvents,
)

Implementation

EventSample(
  this.timestamp,
  this.isEventGC,
  this.isEventSnapshot,
  this.isEventSnapshotAuto,
  this.allocationAccumulator,
  this.extensionEvents,
);