PanelbaseBuilder class abstract

Implemented types
Implementers

Constructors

PanelbaseBuilder()

Properties

description SurveyTitleBuilder
covariantgetter/setter pair
elements ↔ ListBuilder<SurveyQuestionsInner>
covariantgetter/setter pair
enableIf String?
covariantgetter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
covariantgetter/setter pairoverride
questions ↔ ListBuilder<SurveyQuestionsInner>
covariantgetter/setter pair
questionsOrder PanelbaseQuestionsOrder?
covariantgetter/setter pair
questionTitleLocation PanelbaseQuestionTitleLocation?
covariantgetter/setter pair
readOnly bool?
covariantgetter/setter pair
requiredIf String?
covariantgetter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title SurveyTitleBuilder
covariantgetter/setter pair
type String?
covariantgetter/setter pairoverride
visible bool?
covariantgetter/setter pair
visibleIf String?
covariantgetter/setter pair

Methods

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

Operators

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