MetricStats class
Statistical summary for a metric.
Constructors
- MetricStats({required double min, required double max, required double mean, required double median, required double stdDev, required double p90, required double p95})
-
const
- MetricStats.empty()
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited