MapTask constructor

MapTask({
  1. String? counterPrefix,
  2. List<ParallelInstruction>? instructions,
  3. String? stageName,
  4. String? systemName,
})

Implementation

MapTask({
  this.counterPrefix,
  this.instructions,
  this.stageName,
  this.systemName,
});