Metric_AggregationMetric.fromJson constructor

Metric_AggregationMetric.fromJson(
  1. Object? json
)

Implementation

factory Metric_AggregationMetric.fromJson(Object? json) =>
    Metric_AggregationMetric(json as String);