GradingPeriod class
An individual grading period.
Grading periods must not have overlapping date ranges and must be listed in chronological order. For example, if the end_date of a grading period is 2024-01-25, then the start_date of the next grading period must be 2024-01-26 or later. Each grading period must have a unique title within a course.
Constructors
- GradingPeriod.new({Date? endDate, String? id, Date? startDate, String? title})
- GradingPeriod.fromJson(Map json_)
Properties
- endDate ↔ Date?
-
End date, in UTC, of the grading period.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
System generated grading period ID.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ Date?
-
Start date, in UTC, of the grading period.
getter/setter pair
- title ↔ String?
-
Title of the grading period.
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