clone method

Implementation

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