SurvicateAnswerModel class

Constructors

SurvicateAnswerModel.fromMap(dynamic survicateAnswerMap)
Expect that there might be answer objects that consist only of the type property.

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
Answer ID. Applicable only for type = ‘single’, ‘smiley_scale’, ‘dropdown_list’
final
ids List<int>?
Array of answer IDs. Applicable only for type = ‘multiple’
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Answer type
final
value String?
Context value of the answer. Applicable only for type = ‘text’, ‘nps’, ‘date’, ‘rating’
final

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