clone method

Implementation

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