GradeNote class

Annotations
  • @freezed

Constructors

GradeNote({required DateTime registered, required Team team, required Subject subject, required String note, required String gradeType, int? grade, required String teacherInitials})
factory

Properties

copyWith → $GradeNoteCopyWith<GradeNote>
no setterinherited
grade int?
no setterinherited
gradeType String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
note String
no setterinherited
registered DateTime
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject Subject
no setterinherited
teacherInitials String
no setterinherited
team Team
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