SentryMeasurement constructor
SentryMeasurement(
- String name,
- num value, {
- SentryMeasurementUnit? unit,
Implementation
SentryMeasurement(
this.name,
this.value, {
this.unit,
});