FreeBusyGroup constructor

FreeBusyGroup({
  1. List<String>? calendars,
  2. List<Error>? errors,
})

Implementation

FreeBusyGroup({
  this.calendars,
  this.errors,
});