UIStreamState constructor

UIStreamState({
  1. String streamId = '',
  2. int clientSessionId = 0,
  3. int trackId = 0,
  4. UIStreamBegin? info,
})

Implementation

UIStreamState({
    this.streamId = '',
    this.clientSessionId = 0,
    this.trackId = 0,
    this.info,
});