menu
studyu_core package
documentation
core.dart
QuestionnaireState class
QuestionnaireState class
dark_mode
light_mode
QuestionnaireState
class
Constructors
QuestionnaireState
()
QuestionnaireState.fromJson
(
List
<
Map
<
String
,
dynamic
>
>
json
)
Properties
answers
↔
Map
<
String
,
Answer
>
getter/setter pair
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
getAnswer
<
T
>
(
String
question
)
→ T
hasAnswer
<
T
>
(
String
question
)
→
bool
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
)
→
List
<
Map
<
String
,
dynamic
>
>
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
studyu_core package
documentation
core
QuestionnaireState class
core library