TimeEvents constructor

TimeEvents({
  1. int? droppedAnnotationsCount,
  2. int? droppedMessageEventsCount,
  3. List<TimeEvent>? timeEvent,
})

Implementation

TimeEvents({
  this.droppedAnnotationsCount,
  this.droppedMessageEventsCount,
  this.timeEvent,
});