CreateMeetingResponse constructor

CreateMeetingResponse({
  1. Meeting? meeting,
})

Implementation

CreateMeetingResponse({
  this.meeting,
});