deepCopy method

QuestionConditional deepCopy()

Implementation

QuestionConditional deepCopy() {
  return QuestionConditional.fromJson(toJson());
}