LatencyCriteria constructor

LatencyCriteria({
  1. String? threshold,
})

Implementation

LatencyCriteria({
  this.threshold,
});