clone method

Implementation

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