StreamIdSupplier.streamId constructor

StreamIdSupplier.streamId(
  1. int streamId
)

Implementation

StreamIdSupplier.streamId(int streamId) {
  this.streamId = streamId;
  initialValue = streamId;
}