GradebookSettings class
The gradebook settings for a course.
See the help center article for details.
Constructors
-
GradebookSettings({String? calculationType, String? displaySetting, List<
GradeCategory> ? gradeCategories}) - GradebookSettings.fromJson(Map json_)
Properties
- calculationType ↔ String?
-
Indicates how the overall grade is calculated.
Possible string values are:
getter/setter pair
- displaySetting ↔ String?
-
Indicates who can see the overall grade..
Possible string values are:
getter/setter pair
-
gradeCategories
↔ List<
GradeCategory> ? -
Grade categories that are available for coursework in the course.
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
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