GuardianInvitation constructor

GuardianInvitation({
  1. String? creationTime,
  2. String? invitationId,
  3. String? invitedEmailAddress,
  4. String? state,
  5. String? studentId,
})

Implementation

GuardianInvitation({
  this.creationTime,
  this.invitationId,
  this.invitedEmailAddress,
  this.state,
  this.studentId,
});