clone method

ChamberPreset clone()

Implementation

ChamberPreset clone() {
  return ChamberPreset.fromJSON(toJSON());
}