enableWhen property

List<QuestionnaireEnableWhen>? enableWhen
inherited

enableWhen A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.

Implementation

List<QuestionnaireEnableWhen>? get enableWhen =>
    throw _privateConstructorUsedError;