JoinInfo constructor

JoinInfo(
  1. MeetingInfo meeting,
  2. AttendeeInfo attendee
)

Implementation

JoinInfo(this.meeting, this.attendee);