GradeRow class

Annotations
  • @freezed

Constructors

GradeRow({required Team team, required Subject subject, Grade? firstStandpunkt, Grade? secondStandpunkt, Grade? finalYearGrade, Grade? internalTest, Grade? yearGrade, Grade? examGrade})
factory

Properties

copyWith → $GradeRowCopyWith<GradeRow>
no setterinherited
examGrade Grade?
no setterinherited
finalYearGrade Grade?
no setterinherited
firstStandpunkt Grade?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
internalTest Grade?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondStandpunkt Grade?
no setterinherited
subject Subject
no setterinherited
team Team
no setterinherited
yearGrade Grade?
no setterinherited

Methods

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