GetMeetingResponse constructor

GetMeetingResponse({
  1. Meeting? meeting,
})

Implementation

GetMeetingResponse({
  this.meeting,
});