steps property

List<RPQuestionStep> steps

The list of questions to be shown as part of the step.

Implementation

List<RPQuestionStep> get steps => this._formSteps;
void steps= (List<RPQuestionStep> steps)

Implementation

set steps(List<RPQuestionStep> steps) {
  this._formSteps = steps;
}