Grade class

Grade information associated with a respondent's answer to a question.

Constructors

Grade({bool? correct, Feedback? feedback, double? score})
Grade.fromJson(Map json_)

Properties

correct ↔ bool?
Whether the question was answered correctly or not.
getter/setter pair
feedback ↔ Feedback?
Additional feedback given for an answer.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
score ↔ double?
The numeric score awarded for the answer.
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