StreamPosition constructor

StreamPosition(
  1. Int64 offset,
  2. String epoch
)

Implementation

StreamPosition(this.offset, this.epoch);