CounterUpdate constructor

CounterUpdate({
  1. bool? boolean,
  2. bool? cumulative,
  3. DistributionUpdate? distribution,
  4. double? floatingPoint,
  5. FloatingPointList? floatingPointList,
  6. FloatingPointMean? floatingPointMean,
  7. SplitInt64? integer,
  8. IntegerGauge? integerGauge,
  9. IntegerList? integerList,
  10. IntegerMean? integerMean,
  11. Object? internal,
  12. NameAndKind? nameAndKind,
  13. String? shortId,
  14. StringList? stringList,
  15. CounterStructuredNameAndMetadata? structuredNameAndMetadata,
})

Implementation

CounterUpdate({
  this.boolean,
  this.cumulative,
  this.distribution,
  this.floatingPoint,
  this.floatingPointList,
  this.floatingPointMean,
  this.integer,
  this.integerGauge,
  this.integerList,
  this.integerMean,
  this.internal,
  this.nameAndKind,
  this.shortId,
  this.stringList,
  this.structuredNameAndMetadata,
});