IntegerGauge constructor

IntegerGauge({
  1. String? timestamp,
  2. SplitInt64? value,
})

Implementation

IntegerGauge({
  this.timestamp,
  this.value,
});