MeetingSession constructor

MeetingSession({
  1. String? id,
})

Implementation

factory MeetingSession({
  String? id,
}) = _MeetingSession;