QuestionConditional<V>.withCondition constructor

QuestionConditional<V>.withCondition(
  1. CompositeExpression condition, {
  2. V? defaultValue,
})

Implementation

QuestionConditional.withCondition(this.condition, {this.defaultValue});