ReceiverStats constructor

ReceiverStats(
  1. String streamId,
  2. num timestamp
)

Implementation

ReceiverStats(this.streamId, this.timestamp);