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
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