SeqMapTask constructor

SeqMapTask({
  1. List<SideInputInfo>? inputs,
  2. String? name,
  3. List<SeqMapTaskOutputInfo>? outputInfos,
  4. String? stageName,
  5. String? systemName,
  6. Map<String, Object?>? userFn,
})

Implementation

SeqMapTask({
  this.inputs,
  this.name,
  this.outputInfos,
  this.stageName,
  this.systemName,
  this.userFn,
});