GradeSystemDetector class

Tool for detecting grading systems. A list of GradeDetector objects must be supplied.

Custom detectors can also be created and passed in.

Constructors

GradeSystemDetector({required List<GradeDetector> detectors})

Properties

detectors List<GradeDetector>
List of detectors this GradeSystemDetector detects.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

detect(String grade) GradeDetectorResult
Loops over all the detectors and returns a GradeDetectorResult.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited