ReportedParallelism constructor

ReportedParallelism({
  1. bool? isInfinite,
  2. double? value,
})

Implementation

ReportedParallelism({
  this.isInfinite,
  this.value,
});