SubscribedEvent constructor

SubscribedEvent(
  1. bool wasRecovering,
  2. bool recovered,
  3. List<int> data,
  4. StreamPosition? streamPosition,
  5. bool positioned,
  6. bool recoverable,
)

Implementation

SubscribedEvent(
    this.wasRecovering, this.recovered, this.data, this.streamPosition, this.positioned, this.recoverable);