UIStreamState constructor
UIStreamState({
- String streamId = '',
- int clientSessionId = 0,
- int trackId = 0,
- UIStreamBegin? info,
Implementation
UIStreamState({
this.streamId = '',
this.clientSessionId = 0,
this.trackId = 0,
this.info,
});