ViewMeetingType constructor

ViewMeetingType({
  1. required String meeting_id,
})

Implementation

ViewMeetingType( {required this.meeting_id} );