SentryMeasurement constructor

SentryMeasurement(
  1. String name,
  2. num value, {
  3. SentryMeasurementUnit? unit,
})

Implementation

SentryMeasurement(
  this.name,
  this.value, {
  this.unit,
});