Page class abstract

Implemented types
Available Extensions
Annotations
  • @BuiltValue()

Constructors

Page([void updates(PageBuilder b)])
factory

Properties

description SurveyTitle?
no setterinherited
elements → BuiltList<SurveyQuestionsInner>?
no setterinherited
enableIf String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
maxTimeToFinish num?
no setter
name String?
no setterinherited
no setter
no setter
no setter
questions → BuiltList<SurveyQuestionsInner>?
no setterinherited
questionsOrder PanelbaseQuestionsOrder?
no setterinherited
questionTitleLocation PanelbaseQuestionTitleLocation?
no setterinherited
readOnly bool?
no setterinherited
requiredIf String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title SurveyTitle?
no setterinherited
type String?
no setterinherited
visible bool?
no setterinherited
visibleIf String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PageBuilder)) Page
Rebuilds the instance.
inherited
toBuilder() PageBuilder
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<Page>
no setter