empty static method

EventSample empty()

Create an empty event (all values are nothing)

Implementation

static EventSample empty() => EventSample(
      -1,
      false,
      false,
      false,
      AllocationAccumulator.empty(),
      null,
    );