Answer class
The submitted answer for a question.
Constructors
- Answer({FileUploadAnswers? fileUploadAnswers, Grade? grade, String? questionId, TextAnswers? textAnswers})
- Answer.fromJson(Map json_)
Properties
- fileUploadAnswers ↔ FileUploadAnswers?
- 
  The answers to a file upload question.
  getter/setter pair
- grade ↔ Grade?
- 
  The grade for the answer if the form was a quiz.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- questionId ↔ String?
- 
  The question's ID.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- textAnswers ↔ TextAnswers?
- 
  The specific answers as text.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited