Multipletextitem class abstract

Annotations
  • @BuiltValue()

Constructors

Multipletextitem([void updates(MultipletextitemBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputType MultipletextitemInputType?
no setter
isRequired bool?
no setter
maxLength num?
no setter
name String
no setter
placeholder SurveyTitle?
no setter
requiredErrorText SurveyTitle?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size num?
no setter
title SurveyTitle?
no setter
validators → BuiltList<QuestionAllOfValidatorsInner>?
no setter

Methods

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