MeetingInfoList constructor

MeetingInfoList({
  1. List<MeetingInfo>? meetingInfoList,
})

Implementation

MeetingInfoList({this.meetingInfoList});