QuestionBuilder class abstract

Implemented types
Implementers

Constructors

QuestionBuilder()

Properties

bindings String?
covariantgetter/setter pair
clearIfInvisible QuestionClearIfInvisible?
covariantgetter/setter pair
commentPlaceholder SurveyTitleBuilder
covariantgetter/setter pair
commentText SurveyTitleBuilder
covariantgetter/setter pair
correctAnswer ↔ JsonObject?
covariantgetter/setter pair
defaultValue ↔ JsonObject?
covariantgetter/setter pair
defaultValueExpression String?
covariantgetter/setter pair
description SurveyTitleBuilder
covariantgetter/setter pair
descriptionLocation QuestionDescriptionLocation?
covariantgetter/setter pair
enableIf String?
covariantgetter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideNumber bool?
covariantgetter/setter pair
indent QuestionIndent?
covariantgetter/setter pair
isRequired bool?
covariantgetter/setter pair
maxWidth StringOrNumBuilder
covariantgetter/setter pair
minWidth StringOrNumBuilder
covariantgetter/setter pair
name String?
covariantgetter/setter pairoverride
page String?
covariantgetter/setter pair
readOnly bool?
covariantgetter/setter pair
renderAs String?
covariantgetter/setter pair
requiredErrorText SurveyTitleBuilder
covariantgetter/setter pair
requiredIf String?
covariantgetter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCommentArea bool?
covariantgetter/setter pair
startWithNewLine bool?
covariantgetter/setter pair
state QuestionState?
covariantgetter/setter pair
title SurveyTitleBuilder
covariantgetter/setter pair
titleLocation QuestionTitleLocation?
covariantgetter/setter pair
type String?
covariantgetter/setter pairoverride
useDisplayValuesInDynamicTexts bool?
covariantgetter/setter pair
validators ↔ ListBuilder<QuestionAllOfValidatorsInner>
covariantgetter/setter pair
valueName String?
covariantgetter/setter pair
visible bool?
covariantgetter/setter pair
visibleIf String?
covariantgetter/setter pair
width StringOrNumBuilder
covariantgetter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(covariant Question other) → void
override
toString() String
A string representation of this object.
inherited
update(void updates(QuestionBuilder)) → void
override

Operators

operator ==(Object other) bool
The equality operator.
inherited