$Rating class abstract

a concrete implementation of Rating, since Rating is not instantiable

Implemented types
Annotations
  • @BuiltValue(instantiable: true)

Constructors

$Rating([void updates($RatingBuilder)?])
factory

Properties

autoGenerate RatingAutoGenerate?
no setterinherited
bindings String?
no setterinherited
clearIfInvisible QuestionClearIfInvisible?
no setterinherited
commentPlaceholder SurveyTitle?
no setterinherited
commentText SurveyTitle?
no setterinherited
correctAnswer → JsonObject?
no setterinherited
defaultValue → JsonObject?
no setterinherited
defaultValueExpression String?
no setterinherited
description SurveyTitle?
no setterinherited
descriptionLocation QuestionDescriptionLocation?
no setterinherited
displayMode RatingDisplayMode?
no setterinherited
displayRateDescriptionsAsExtremeItems bool?
no setterinherited
enableIf String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hideNumber bool?
no setterinherited
indent QuestionIndent?
no setterinherited
isRequired bool?
no setterinherited
maxRateDescription SurveyTitle?
no setterinherited
maxWidth StringOrNum?
no setterinherited
minRateDescription SurveyTitle?
no setterinherited
minWidth StringOrNum?
no setterinherited
name String?
no setterinherited
page String?
no setterinherited
rateColorMode RatingRateColorMode?
no setterinherited
rateCount num?
no setterinherited
rateMax num?
no setterinherited
rateMin num?
no setterinherited
rateStep num?
no setterinherited
rateType RatingRateType?
no setterinherited
rateValues → BuiltList<MatrixdropdownAllOfRowsInner>?
no setterinherited
readOnly bool?
no setterinherited
renderAs String?
no setterinherited
requiredErrorText SurveyTitle?
no setterinherited
requiredIf String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleColorMode RatingScaleColorMode?
no setterinherited
showCommentArea bool?
no setterinherited
startWithNewLine bool?
no setterinherited
state QuestionState?
no setterinherited
title SurveyTitle?
no setterinherited
titleLocation QuestionTitleLocation?
no setterinherited
type String?
no setterinherited
useDisplayValuesInDynamicTexts bool?
no setterinherited
validators → BuiltList<QuestionAllOfValidatorsInner>?
no setterinherited
valueName String?
no setterinherited
visible bool?
no setterinherited
visibleIf String?
no setterinherited
width StringOrNum?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates($RatingBuilder)) $Rating
Rebuilds the instance.
inherited
toBuilder() $RatingBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<$Rating>
no setter