GradeHistory class

The history of each grade on this submission.

Constructors

GradeHistory({String? actorUserId, String? gradeChangeType, String? gradeTimestamp, double? maxPoints, double? pointsEarned})
GradeHistory.fromJson(Map json_)

Properties

actorUserId String?
The teacher who made the grade change.
getter/setter pair
gradeChangeType String?
The type of grade change at this time in the submission grade history. Possible string values are:
getter/setter pair
gradeTimestamp String?
When the grade of the submission was changed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxPoints double?
The denominator of the grade at this time in the submission grade history.
getter/setter pair
pointsEarned double?
The numerator of the grade at this time in the submission grade history.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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