Question class abstract

Implemented types
Implementers
Annotations
  • @BuiltValue(instantiable: false)

Constructors

Question()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Question>
no setter