StreamLocation constructor

StreamLocation({
  1. CustomSourceLocation? customSourceLocation,
  2. PubsubLocation? pubsubLocation,
  3. StreamingSideInputLocation? sideInputLocation,
  4. StreamingStageLocation? streamingStageLocation,
})

Implementation

StreamLocation({
  this.customSourceLocation,
  this.pubsubLocation,
  this.sideInputLocation,
  this.streamingStageLocation,
});