FormResponse class

A form response.

Constructors

FormResponse({Map<String, Answer>? answers, String? createTime, String? formId, String? lastSubmittedTime, String? respondentEmail, String? responseId, double? totalScore})
FormResponse.fromJson(Map json_)

Properties

answers Map<String, Answer>?
The actual answers to the questions, keyed by question_id.
getter/setter pair
createTime String?
Timestamp for the first time the response was submitted.
getter/setter pair
formId String?
The form ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastSubmittedTime String?
Timestamp for the most recent time the response was submitted.
getter/setter pair
respondentEmail String?
The email address (if collected) for the respondent.
getter/setter pair
responseId String?
The response ID.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalScore double?
The total number of points the respondent received for their submission Only set if the form was a quiz and the response was graded.
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