SeqMapTask constructor
SeqMapTask({
- List<
SideInputInfo> ? inputs, - String? name,
- List<
SeqMapTaskOutputInfo> ? outputInfos, - String? stageName,
- String? systemName,
- Map<
String, Object?> ? userFn,
Implementation
SeqMapTask({
this.inputs,
this.name,
this.outputInfos,
this.stageName,
this.systemName,
this.userFn,
});