FreeBusyResponse constructor

FreeBusyResponse({
  1. Map<String, FreeBusyCalendar>? calendars,
  2. Map<String, FreeBusyGroup>? groups,
  3. String? kind,
  4. DateTime? timeMax,
  5. DateTime? timeMin,
})

Implementation

FreeBusyResponse({
  this.calendars,
  this.groups,
  this.kind,
  this.timeMax,
  this.timeMin,
});