SamplingStatisticSummary constructor

SamplingStatisticSummary({
  1. int? borrowCount,
  2. int? requestCount,
  3. String? ruleName,
  4. int? sampledCount,
  5. DateTime? timestamp,
})

Implementation

SamplingStatisticSummary({
  this.borrowCount,
  this.requestCount,
  this.ruleName,
  this.sampledCount,
  this.timestamp,
});