FreeBusyResponse constructor
FreeBusyResponse({
- Map<
String, FreeBusyCalendar> ? calendars, - Map<
String, FreeBusyGroup> ? groups, - String? kind,
- DateTime? timeMax,
- DateTime? timeMin,
Implementation
FreeBusyResponse({
this.calendars,
this.groups,
this.kind,
this.timeMax,
this.timeMin,
});