Guardian constructor
      
      Guardian({ 
    
    
- String? guardianId,
 - UserProfile? guardianProfile,
 - String? invitedEmailAddress,
 - String? studentId,
 
Implementation
Guardian({
  this.guardianId,
  this.guardianProfile,
  this.invitedEmailAddress,
  this.studentId,
});