RejectedLogEventsInfo constructor

RejectedLogEventsInfo({
  1. int? expiredLogEventEndIndex,
  2. int? tooNewLogEventStartIndex,
  3. int? tooOldLogEventEndIndex,
})

Implementation

RejectedLogEventsInfo({
  this.expiredLogEventEndIndex,
  this.tooNewLogEventStartIndex,
  this.tooOldLogEventEndIndex,
});