InputParallelism constructor

InputParallelism({
  1. int? count,
})

Implementation

InputParallelism({
  this.count,
});