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