MetricSummary class
Constructors
-
MetricSummary({required num min, required num max, required num sum, required int count, required Map<String, String>? tags, Map<String, dynamic>? unknown})
-
const
-
MetricSummary.fromGauge(GaugeMetric gauge, {Map<String, dynamic>? unknown})
-
-
MetricSummary.fromJson(Map<String, dynamic> data)
-
Deserializes a MetricSummary from JSON Map.
factory
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