MetricSummary class

Constructors

MetricSummary({required num min, required num max, required num sum, required int count, required Map<String, String>? tags})
const
MetricSummary.fromGauge(GaugeMetric gauge)
MetricSummary.fromJson(Map<String, dynamic> data)
Deserializes a MetricSummary from JSON Map.
factory

Properties

count int
final
hashCode int
The hash code for this object.
no setterinherited
max num
final
min num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sum num
final
tags Map<String, String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Produces a Map that can be serialized to JSON.
toString() String
A string representation of this object.
inherited

Operators

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