IntegerGauge constructor
IntegerGauge({
- String? timestamp,
- SplitInt64? value,
Implementation
IntegerGauge({
this.timestamp,
this.value,
});
IntegerGauge({
this.timestamp,
this.value,
});