elementsOrQuestions property

BuiltList<SurveyQuestionsInner>? get elementsOrQuestions

Implementation

BuiltList<SurveyQuestionsInner>? get elementsOrQuestions {
  return this.elements ?? this.questions;
}