StreamingStageLocation constructor

StreamingStageLocation({
  1. String? streamId,
})

Implementation

StreamingStageLocation({
  this.streamId,
});