StreamingSideInputLocation constructor

StreamingSideInputLocation({
  1. String? stateFamily,
  2. String? tag,
})

Implementation

StreamingSideInputLocation({
  this.stateFamily,
  this.tag,
});