MapTask constructor
MapTask({
- String? counterPrefix,
- List<
ParallelInstruction> ? instructions, - String? stageName,
- String? systemName,
Implementation
MapTask({
this.counterPrefix,
this.instructions,
this.stageName,
this.systemName,
});