TaskSolutionAnswersQuestionInputQuestionItem class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Properties

answer TaskSolutionAnswersQuestionInputAnswer?
final
hashCode int
The hash code for this object.
no setteroverride
id int
final
options NullOnly?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TaskSolutionAnswersQuestionInputQuestionItemType
final

Operators

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

Constants

fromJsonFactory → const TaskSolutionAnswersQuestionInputQuestionItem Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(TaskSolutionAnswersQuestionInputQuestionItem instance)