ServerSubscribedEvent constructor

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

Implementation

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