TrialCallInvitation constructor
TrialCallInvitation({})
Returns a new TrialCallInvitation instance.
Implementation
TrialCallInvitation({
this.id,
this.tutor,
this.customer,
this.subject,
this.startTime,
this.endTime,
this.location,
});