SenderStats constructor

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

Implementation

SenderStats(this.streamId, this.timestamp);