Guardian class

Association between a student and a guardian of that student.

The guardian may receive information about the student's course work.

Constructors

Guardian({String? guardianId, UserProfile? guardianProfile, String? invitedEmailAddress, String? studentId})
Guardian.fromJson(Map json_)

Properties

guardianId String?
Identifier for the guardian.
getter/setter pair
guardianProfile UserProfile?
User profile for the guardian.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invitedEmailAddress String?
The email address to which the initial guardian invitation was sent.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studentId String?
Identifier for the student to whom the guardian relationship applies.
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