clone method

Implementation

AnalyticsStatisticsMetricItem clone() {
  return AnalyticsStatisticsMetricItem.fromJson(toJson());
}