EditMeetingType constructor

EditMeetingType({
  1. String? agenda,
  2. List? attend,
  3. int? durationhr,
  4. int? durationmin,
  5. int? enablepreregistration,
  6. String? endBy,
  7. String? enddatetime,
  8. List? groups,
  9. List? hostusers,
  10. String? instructions,
  11. int? isrecurring,
  12. int? is_show_portal,
  13. String? meetingagenda,
  14. required String meetingdate,
  15. required String meetingid,
  16. String? meetingmeridiem,
  17. required String meetingname,
  18. required String meetingtime,
  19. String? meetingtopic,
  20. List? oldattend,
  21. List? options,
  22. required String passcode,
  23. String? recurringtype,
  24. int? repeat_interval,
  25. required String timezone,
})

Implementation

EditMeetingType({this.agenda, this.attend, this.durationhr, this.durationmin, this.enablepreregistration, this.endBy, this.enddatetime, this.groups, this.hostusers, this.instructions, this.isrecurring, this.is_show_portal, this.meetingagenda, required this.meetingdate, required this.meetingid, this.meetingmeridiem, required this.meetingname, required this.meetingtime, this.meetingtopic, this.oldattend, this.options, required this.passcode, this.recurringtype, this.repeat_interval, required this.timezone});