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

hashCode int
The hash code for this object.
no setterinherited
max double
final
mean double
final
median double
final
min double
final
p90 double
final
p95 double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stdDev double
final

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