SummaryChild class

Defines a SummaryChild of a Summary with assigned labelValues.

Properties

count double
Access the count of elements in a summary with labels.
no setter
hashCode int
The hash code for this object.
no setterinherited
quantiles List<Quantile>
Quantiles to observe by the summary.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sum double
Access the total sum of the elements in a summary with labels.
no setter
values Map
Access the value of each quantile of a summary with labels.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observe(double v) → void
Observe a new value v and store it in the summary with labels.
observeDuration<T>(Future<T> f) Future<T>
Observe the duration of the Future f and store it in the summary with labels.
observeDurationSync<T>(T callback()) → T
Observe the duration of callback and store it in the summary with labels.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited